Peek-a-Blue
#c5e1e1
Looking for the precise values behind Peek-a-Blue (#c5e1e1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c5e1e1 | |
|---|---|---|
| RGB | rgb(197, 225, 225) | |
| HSL | hsl(180, 32%, 83%) | |
| CMYK | cmyk(12%, 0%, 0%, 12%) | |
| LAB | lab(87, -10, -3) | |
| OKLCH | oklch(0.89 0.03 197) |
Color harmonies
Tints & shades
Code snippets
color: #c5e1e1;
background-color: #c5e1e1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC5E1E1)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.88, blue: 0.88, alpha: 1.0)