#cfdb9b
a light, vivid green · cool · closest name: khaki
RGB
207, 219, 155
HSL
71°, 47%, 73%
CMYK
6, 0, 29, 14
Luminance
0.6629
Every format
| HEX | #cfdb9b |
| RGB | rgb(207, 219, 155) |
| HSL | hsl(71, 47%, 73%) |
| CMYK | cmyk(6%, 0%, 29%, 14%) |
| LAB | lab(85.2 -14.4 30.2) |
| LCH | lch(85.2 33.5 115.5) |
| OKLCH | oklch(0.867 0.085 116.8) |
Copy-ready code
/* CSS */
color: #cfdb9b;
background-color: #cfdb9b;
/* Tailwind (arbitrary) */
class="text-[#cfdb9b] bg-[#cfdb9b]"
/* SCSS */
$brand: #cfdb9b;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.608)
/* Android */
Color.parseColor("#cfdb9b")Accessibility — WCAG contrast
Aa
#cfdb9b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdb9b on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue60.8%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow29.2%
Key (black)14.1%
Color previews
#cfdb9b text on a black background
contrast 14.26:1
Card sample
#cfdb9b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdb9b;
Background color
Panel with #cfdb9b background
background-color: #cfdb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdb9b; background: linear-gradient(135deg, #cfdb9b, #A4DB9B);