#cfd47f
a light, vivid yellow · cool · closest name: khaki
RGB
207, 212, 127
HSL
64°, 50%, 67%
CMYK
2, 0, 40, 17
Luminance
0.6188
Every format
| HEX | #cfd47f |
| RGB | rgb(207, 212, 127) |
| HSL | hsl(64, 50%, 67%) |
| CMYK | cmyk(2%, 0%, 40%, 17%) |
| LAB | lab(82.8 -14.3 41.4) |
| LCH | lch(82.8 43.8 109.0) |
| OKLCH | oklch(0.847 0.108 111.4) |
Copy-ready code
/* CSS */
color: #cfd47f;
background-color: #cfd47f;
/* Tailwind (arbitrary) */
class="text-[#cfd47f] bg-[#cfd47f]"
/* SCSS */
$brand: #cfd47f;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#cfd47f")Accessibility — WCAG contrast
Aa
#cfd47f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd47f on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue49.8%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow40.1%
Key (black)16.9%
Color previews
#cfd47f text on a black background
contrast 13.38:1
Card sample
#cfd47f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd47f;
Background color
Panel with #cfd47f background
background-color: #cfd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd47f; background: linear-gradient(135deg, #cfd47f, #96D47F);