#c9efdf
a pale, vivid green · cool · closest name: beige
RGB
201, 239, 223
HSL
155°, 54%, 86%
CMYK
16, 0, 7, 6
Luminance
0.7948
Every format
| HEX | #c9efdf |
| RGB | rgb(201, 239, 223) |
| HSL | hsl(155, 54%, 86%) |
| CMYK | cmyk(16%, 0%, 7%, 6%) |
| LAB | lab(91.5 -15.4 3.6) |
| LCH | lch(91.5 15.8 166.7) |
| OKLCH | oklch(0.921 0.045 168.0) |
Copy-ready code
/* CSS */
color: #c9efdf;
background-color: #c9efdf;
/* Tailwind (arbitrary) */
class="text-[#c9efdf] bg-[#c9efdf]"
/* SCSS */
$brand: #c9efdf;
/* SwiftUI */
Color(red: 0.788, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#c9efdf")Accessibility — WCAG contrast
Aa
#c9efdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9efdf on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green93.7%
Blue87.5%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#c9efdf text on a black background
contrast 16.90:1
Card sample
#c9efdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9efdf;
Background color
Panel with #c9efdf background
background-color: #c9efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9efdf; background: linear-gradient(135deg, #c9efdf, #C9E6EF);