#cfdfb9
a light, soft green · cool · closest name: beige
RGB
207, 223, 185
HSL
85°, 37%, 80%
CMYK
7, 0, 17, 13
Luminance
0.6954
Every format
| HEX | #cfdfb9 |
| RGB | rgb(207, 223, 185) |
| HSL | hsl(85, 37%, 80%) |
| CMYK | cmyk(7%, 0%, 17%, 13%) |
| LAB | lab(86.8 -12.0 16.9) |
| LCH | lch(86.8 20.7 125.4) |
| OKLCH | oklch(0.882 0.054 126.1) |
Copy-ready code
/* CSS */
color: #cfdfb9;
background-color: #cfdfb9;
/* Tailwind (arbitrary) */
class="text-[#cfdfb9] bg-[#cfdfb9]"
/* SCSS */
$brand: #cfdfb9;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.725)
/* Android */
Color.parseColor("#cfdfb9")Accessibility — WCAG contrast
Aa
#cfdfb9 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfb9 on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue72.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow17.0%
Key (black)12.5%
Color previews
#cfdfb9 text on a black background
contrast 14.91:1
Card sample
#cfdfb9 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfb9;
Background color
Panel with #cfdfb9 background
background-color: #cfdfb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfb9; background: linear-gradient(135deg, #cfdfb9, #B9DFBC);