#cfd849
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 216, 73
HSL
64°, 65%, 57%
CMYK
4, 0, 66, 15
Luminance
0.6286
Every format
| HEX | #cfd849 |
| RGB | rgb(207, 216, 73) |
| HSL | hsl(64, 65%, 57%) |
| CMYK | cmyk(4%, 0%, 66%, 15%) |
| LAB | lab(83.4 -20.7 66.4) |
| LCH | lch(83.4 69.5 107.3) |
| OKLCH | oklch(0.850 0.162 112.9) |
Copy-ready code
/* CSS */
color: #cfd849;
background-color: #cfd849;
/* Tailwind (arbitrary) */
class="text-[#cfd849] bg-[#cfd849]"
/* SCSS */
$brand: #cfd849;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.286)
/* Android */
Color.parseColor("#cfd849")Accessibility — WCAG contrast
Aa
#cfd849 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd849 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue28.6%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow66.2%
Key (black)15.3%
Color previews
#cfd849 text on a black background
contrast 13.57:1
Card sample
#cfd849 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd849;
Background color
Panel with #cfd849 background
background-color: #cfd849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd849; background: linear-gradient(135deg, #cfd849, #70D849);