#cfdfb1
a light, soft green · cool · closest name: beige
RGB
207, 223, 177
HSL
81°, 42%, 78%
CMYK
7, 0, 21, 13
Luminance
0.6922
Every format
| HEX | #cfdfb1 |
| RGB | rgb(207, 223, 177) |
| HSL | hsl(81, 42%, 78%) |
| CMYK | cmyk(7%, 0%, 21%, 13%) |
| LAB | lab(86.6 -13.2 20.8) |
| LCH | lch(86.6 24.7 122.5) |
| OKLCH | oklch(0.880 0.064 123.3) |
Copy-ready code
/* CSS */
color: #cfdfb1;
background-color: #cfdfb1;
/* Tailwind (arbitrary) */
class="text-[#cfdfb1] bg-[#cfdfb1]"
/* SCSS */
$brand: #cfdfb1;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#cfdfb1")Accessibility — WCAG contrast
Aa
#cfdfb1 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfb1 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue69.4%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow20.6%
Key (black)12.5%
Color previews
#cfdfb1 text on a black background
contrast 14.84:1
Card sample
#cfdfb1 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfb1;
Background color
Panel with #cfdfb1 background
background-color: #cfdfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfb1; background: linear-gradient(135deg, #cfdfb1, #B1DFB2);