#cfd862
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 216, 98
HSL
65°, 60%, 62%
CMYK
4, 0, 55, 15
Luminance
0.6326
Every format
| HEX | #cfd862 |
| RGB | rgb(207, 216, 98) |
| HSL | hsl(65, 60%, 62%) |
| CMYK | cmyk(4%, 0%, 55%, 15%) |
| LAB | lab(83.6 -19.0 56.1) |
| LCH | lch(83.6 59.3 108.7) |
| OKLCH | oklch(0.852 0.142 113.0) |
Copy-ready code
/* CSS */
color: #cfd862;
background-color: #cfd862;
/* Tailwind (arbitrary) */
class="text-[#cfd862] bg-[#cfd862]"
/* SCSS */
$brand: #cfd862;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.384)
/* Android */
Color.parseColor("#cfd862")Accessibility — WCAG contrast
Aa
#cfd862 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd862 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue38.4%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow54.6%
Key (black)15.3%
Color previews
#cfd862 text on a black background
contrast 13.65:1
Card sample
#cfd862 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd862;
Background color
Panel with #cfd862 background
background-color: #cfd862;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd862;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd862; background: linear-gradient(135deg, #cfd862, #80D862);