#c9eedf
a pale, vivid green · cool · closest name: beige
RGB
201, 238, 223
HSL
156°, 52%, 86%
CMYK
16, 0, 6, 7
Luminance
0.7889
Every format
| HEX | #c9eedf |
| RGB | rgb(201, 238, 223) |
| HSL | hsl(156, 52%, 86%) |
| CMYK | cmyk(16%, 0%, 6%, 7%) |
| LAB | lab(91.2 -14.9 3.3) |
| LCH | lch(91.2 15.2 167.7) |
| OKLCH | oklch(0.918 0.043 168.9) |
Copy-ready code
/* CSS */
color: #c9eedf;
background-color: #c9eedf;
/* Tailwind (arbitrary) */
class="text-[#c9eedf] bg-[#c9eedf]"
/* SCSS */
$brand: #c9eedf;
/* SwiftUI */
Color(red: 0.788, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#c9eedf")Accessibility — WCAG contrast
Aa
#c9eedf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9eedf on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green93.3%
Blue87.5%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow6.3%
Key (black)6.7%
Color previews
#c9eedf text on a black background
contrast 16.78:1
Card sample
#c9eedf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9eedf;
Background color
Panel with #c9eedf background
background-color: #c9eedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9eedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9eedf; background: linear-gradient(135deg, #c9eedf, #C9E4EE);