#c9f4eb
a pale, vivid cyan · cool · closest name: ivory
RGB
201, 244, 235
HSL
167°, 66%, 87%
CMYK
18, 0, 4, 4
Luminance
0.8312
Every format
| HEX | #c9f4eb |
| RGB | rgb(201, 244, 235) |
| HSL | hsl(167, 66%, 87%) |
| CMYK | cmyk(18%, 0%, 4%, 4%) |
| LAB | lab(93.1 -15.5 -0.3) |
| LCH | lch(93.1 15.5 180.9) |
| OKLCH | oklch(0.934 0.046 181.1) |
Copy-ready code
/* CSS */
color: #c9f4eb;
background-color: #c9f4eb;
/* Tailwind (arbitrary) */
class="text-[#c9f4eb] bg-[#c9f4eb]"
/* SCSS */
$brand: #c9f4eb;
/* SwiftUI */
Color(red: 0.788, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#c9f4eb")Accessibility — WCAG contrast
Aa
#c9f4eb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f4eb on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green95.7%
Blue92.2%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#c9f4eb text on a black background
contrast 17.62:1
Card sample
#c9f4eb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f4eb;
Background color
Panel with #c9f4eb background
background-color: #c9f4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f4eb; background: linear-gradient(135deg, #c9f4eb, #C9E0F4);