#c9eccf
a pale, vivid green · cool · closest name: beige
RGB
201, 236, 207
HSL
130°, 48%, 86%
CMYK
15, 0, 12, 8
Luminance
0.7691
Every format
| HEX | #c9eccf |
| RGB | rgb(201, 236, 207) |
| HSL | hsl(130, 48%, 86%) |
| CMYK | cmyk(15%, 0%, 12%, 8%) |
| LAB | lab(90.3 -16.8 10.3) |
| LCH | lch(90.3 19.7 148.6) |
| OKLCH | oklch(0.910 0.054 150.1) |
Copy-ready code
/* CSS */
color: #c9eccf;
background-color: #c9eccf;
/* Tailwind (arbitrary) */
class="text-[#c9eccf] bg-[#c9eccf]"
/* SCSS */
$brand: #c9eccf;
/* SwiftUI */
Color(red: 0.788, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#c9eccf")Accessibility — WCAG contrast
Aa
#c9eccf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9eccf on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green92.5%
Blue81.2%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#c9eccf text on a black background
contrast 16.38:1
Card sample
#c9eccf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9eccf;
Background color
Panel with #c9eccf background
background-color: #c9eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9eccf; background: linear-gradient(135deg, #c9eccf, #C9ECE6);