#c9eade
a pale, soft green · cool · closest name: beige
RGB
201, 234, 222
HSL
158°, 44%, 85%
CMYK
14, 0, 5, 8
Luminance
0.7654
Every format
| HEX | #c9eade |
| RGB | rgb(201, 234, 222) |
| HSL | hsl(158, 44%, 85%) |
| CMYK | cmyk(14%, 0%, 5%, 8%) |
| LAB | lab(90.1 -13.1 2.2) |
| LCH | lch(90.1 13.2 170.4) |
| OKLCH | oklch(0.910 0.038 171.5) |
Copy-ready code
/* CSS */
color: #c9eade;
background-color: #c9eade;
/* Tailwind (arbitrary) */
class="text-[#c9eade] bg-[#c9eade]"
/* SCSS */
$brand: #c9eade;
/* SwiftUI */
Color(red: 0.788, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#c9eade")Accessibility — WCAG contrast
Aa
#c9eade on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9eade on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green91.8%
Blue87.1%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#c9eade text on a black background
contrast 16.31:1
Card sample
#c9eade text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9eade;
Background color
Panel with #c9eade background
background-color: #c9eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9eade; background: linear-gradient(135deg, #c9eade, #C9E0EA);