#c9f5eb
a pale, vivid cyan · cool · closest name: ivory
RGB
201, 245, 235
HSL
166°, 69%, 88%
CMYK
18, 0, 4, 4
Luminance
0.8372
Every format
| HEX | #c9f5eb |
| RGB | rgb(201, 245, 235) |
| HSL | hsl(166, 69%, 88%) |
| CMYK | cmyk(18%, 0%, 4%, 4%) |
| LAB | lab(93.3 -16.0 0.1) |
| LCH | lch(93.3 16.0 179.5) |
| OKLCH | oklch(0.936 0.047 179.9) |
Copy-ready code
/* CSS */
color: #c9f5eb;
background-color: #c9f5eb;
/* Tailwind (arbitrary) */
class="text-[#c9f5eb] bg-[#c9f5eb]"
/* SCSS */
$brand: #c9f5eb;
/* SwiftUI */
Color(red: 0.788, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#c9f5eb")Accessibility — WCAG contrast
Aa
#c9f5eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f5eb on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green96.1%
Blue92.2%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#c9f5eb text on a black background
contrast 17.74:1
Card sample
#c9f5eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f5eb;
Background color
Panel with #c9f5eb background
background-color: #c9f5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f5eb; background: linear-gradient(135deg, #c9f5eb, #C9E2F5);