#cfdfc9
a light, soft green · cool · closest name: beige
RGB
207, 223, 201
HSL
104°, 26%, 83%
CMYK
7, 0, 10, 13
Luminance
0.7026
Every format
| HEX | #cfdfc9 |
| RGB | rgb(207, 223, 201) |
| HSL | hsl(104, 26%, 83%) |
| CMYK | cmyk(7%, 0%, 10%, 13%) |
| LAB | lab(87.1 -9.3 9.0) |
| LCH | lch(87.1 12.9 136.2) |
| OKLCH | oklch(0.886 0.034 137.1) |
Copy-ready code
/* CSS */
color: #cfdfc9;
background-color: #cfdfc9;
/* Tailwind (arbitrary) */
class="text-[#cfdfc9] bg-[#cfdfc9]"
/* SCSS */
$brand: #cfdfc9;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.788)
/* Android */
Color.parseColor("#cfdfc9")Accessibility — WCAG contrast
Aa
#cfdfc9 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfc9 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue78.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow9.9%
Key (black)12.5%
Color previews
#cfdfc9 text on a black background
contrast 15.05:1
Card sample
#cfdfc9 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfc9;
Background color
Panel with #cfdfc9 background
background-color: #cfdfc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfc9; background: linear-gradient(135deg, #cfdfc9, #C9DFD2);