#cfd37a
a light, vivid yellow · cool · closest name: khaki
RGB
207, 211, 122
HSL
63°, 50%, 65%
CMYK
2, 0, 42, 17
Luminance
0.6126
Every format
| HEX | #cfd37a |
| RGB | rgb(207, 211, 122) |
| HSL | hsl(63, 50%, 65%) |
| CMYK | cmyk(2%, 0%, 42%, 17%) |
| LAB | lab(82.5 -14.3 43.5) |
| LCH | lch(82.5 45.8 108.2) |
| OKLCH | oklch(0.844 0.112 110.8) |
Copy-ready code
/* CSS */
color: #cfd37a;
background-color: #cfd37a;
/* Tailwind (arbitrary) */
class="text-[#cfd37a] bg-[#cfd37a]"
/* SCSS */
$brand: #cfd37a;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.478)
/* Android */
Color.parseColor("#cfd37a")Accessibility — WCAG contrast
Aa
#cfd37a on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd37a on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue47.8%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow42.2%
Key (black)17.3%
Color previews
#cfd37a text on a black background
contrast 13.25:1
Card sample
#cfd37a text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd37a;
Background color
Panel with #cfd37a background
background-color: #cfd37a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd37a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd37a; background: linear-gradient(135deg, #cfd37a, #94D37A);