#c9e4e4
a light, soft cyan · cool · closest name: silver
RGB
201, 228, 228
HSL
180°, 33%, 84%
CMYK
12, 0, 0, 11
Luminance
0.7351
Every format
| HEX | #c9e4e4 |
| RGB | rgb(201, 228, 228) |
| HSL | hsl(180, 33%, 84%) |
| CMYK | cmyk(12%, 0%, 0%, 11%) |
| LAB | lab(88.7 -8.8 -3.0) |
| LCH | lch(88.7 9.3 198.8) |
| OKLCH | oklch(0.899 0.029 196.7) |
Copy-ready code
/* CSS */
color: #c9e4e4;
background-color: #c9e4e4;
/* Tailwind (arbitrary) */
class="text-[#c9e4e4] bg-[#c9e4e4]"
/* SCSS */
$brand: #c9e4e4;
/* SwiftUI */
Color(red: 0.788, green: 0.894, blue: 0.894)
/* Android */
Color.parseColor("#c9e4e4")Accessibility — WCAG contrast
Aa
#c9e4e4 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9e4e4 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green89.4%
Blue89.4%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow0.0%
Key (black)10.6%
Color previews
#c9e4e4 text on a black background
contrast 15.70:1
Card sample
#c9e4e4 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9e4e4;
Background color
Panel with #c9e4e4 background
background-color: #c9e4e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9e4e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 228, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 228, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9e4e4; background: linear-gradient(135deg, #c9e4e4, #C9D2E4);