#cfdb9f
a light, vivid green · cool · closest name: khaki
RGB
207, 219, 159
HSL
72°, 46%, 74%
CMYK
6, 0, 27, 14
Luminance
0.6643
Every format
| HEX | #cfdb9f |
| RGB | rgb(207, 219, 159) |
| HSL | hsl(72, 46%, 74%) |
| CMYK | cmyk(6%, 0%, 27%, 14%) |
| LAB | lab(85.2 -13.8 28.2) |
| LCH | lch(85.2 31.4 116.1) |
| OKLCH | oklch(0.868 0.080 117.3) |
Copy-ready code
/* CSS */
color: #cfdb9f;
background-color: #cfdb9f;
/* Tailwind (arbitrary) */
class="text-[#cfdb9f] bg-[#cfdb9f]"
/* SCSS */
$brand: #cfdb9f;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.624)
/* Android */
Color.parseColor("#cfdb9f")Accessibility — WCAG contrast
Aa
#cfdb9f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdb9f on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue62.4%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow27.4%
Key (black)14.1%
Color previews
#cfdb9f text on a black background
contrast 14.29:1
Card sample
#cfdb9f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdb9f;
Background color
Panel with #cfdb9f background
background-color: #cfdb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdb9f; background: linear-gradient(135deg, #cfdb9f, #A7DB9F);