#c9f0df
a pale, vivid green · cool · closest name: beige
RGB
201, 240, 223
HSL
154°, 57%, 87%
CMYK
16, 0, 7, 6
Luminance
0.8007
Every format
| HEX | #c9f0df |
| RGB | rgb(201, 240, 223) |
| HSL | hsl(154, 57%, 87%) |
| CMYK | cmyk(16%, 0%, 7%, 6%) |
| LAB | lab(91.7 -15.9 4.0) |
| LCH | lch(91.7 16.4 165.8) |
| OKLCH | oklch(0.923 0.046 167.1) |
Copy-ready code
/* CSS */
color: #c9f0df;
background-color: #c9f0df;
/* Tailwind (arbitrary) */
class="text-[#c9f0df] bg-[#c9f0df]"
/* SCSS */
$brand: #c9f0df;
/* SwiftUI */
Color(red: 0.788, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#c9f0df")Accessibility — WCAG contrast
Aa
#c9f0df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f0df on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green94.1%
Blue87.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#c9f0df text on a black background
contrast 17.01:1
Card sample
#c9f0df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f0df;
Background color
Panel with #c9f0df background
background-color: #c9f0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f0df; background: linear-gradient(135deg, #c9f0df, #C9E7F0);