#cfd047
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 208, 71
HSL
60°, 59%, 55%
CMYK
1, 0, 66, 18
Luminance
0.5883
Every format
| HEX | #cfd047 |
| RGB | rgb(207, 208, 71) |
| HSL | hsl(60, 59%, 55%) |
| CMYK | cmyk(1%, 0%, 66%, 18%) |
| LAB | lab(81.2 -16.9 65.0) |
| LCH | lch(81.2 67.1 104.6) |
| OKLCH | oklch(0.832 0.155 109.8) |
Copy-ready code
/* CSS */
color: #cfd047;
background-color: #cfd047;
/* Tailwind (arbitrary) */
class="text-[#cfd047] bg-[#cfd047]"
/* SCSS */
$brand: #cfd047;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.278)
/* Android */
Color.parseColor("#cfd047")Accessibility — WCAG contrast
Aa
#cfd047 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd047 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue27.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow65.9%
Key (black)18.4%
Color previews
#cfd047 text on a black background
contrast 12.77:1
Card sample
#cfd047 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd047;
Background color
Panel with #cfd047 background
background-color: #cfd047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd047; background: linear-gradient(135deg, #cfd047, #74D047);