#cfd99f
a light, soft green · cool · closest name: khaki
RGB
207, 217, 159
HSL
70°, 43%, 74%
CMYK
5, 0, 27, 15
Luminance
0.6539
Every format
| HEX | #cfd99f |
| RGB | rgb(207, 217, 159) |
| HSL | hsl(70, 43%, 74%) |
| CMYK | cmyk(5%, 0%, 27%, 15%) |
| LAB | lab(84.7 -12.8 27.5) |
| LCH | lch(84.7 30.4 115.0) |
| OKLCH | oklch(0.863 0.077 116.0) |
Copy-ready code
/* CSS */
color: #cfd99f;
background-color: #cfd99f;
/* Tailwind (arbitrary) */
class="text-[#cfd99f] bg-[#cfd99f]"
/* SCSS */
$brand: #cfd99f;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 0.624)
/* Android */
Color.parseColor("#cfd99f")Accessibility — WCAG contrast
Aa
#cfd99f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd99f on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue62.4%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow26.7%
Key (black)14.9%
Color previews
#cfd99f text on a black background
contrast 14.08:1
Card sample
#cfd99f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd99f;
Background color
Panel with #cfd99f background
background-color: #cfd99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd99f; background: linear-gradient(135deg, #cfd99f, #A8D99F);