#cfd32c
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 211, 44
HSL
61°, 66%, 50%
CMYK
2, 0, 79, 17
Luminance
0.6004
Every format
| HEX | #cfd32c |
| RGB | rgb(207, 211, 44) |
| HSL | hsl(61, 66%, 50%) |
| CMYK | cmyk(2%, 0%, 79%, 17%) |
| LAB | lab(81.9 -19.6 74.6) |
| LCH | lch(81.9 77.1 104.7) |
| OKLCH | oklch(0.837 0.173 111.1) |
Copy-ready code
/* CSS */
color: #cfd32c;
background-color: #cfd32c;
/* Tailwind (arbitrary) */
class="text-[#cfd32c] bg-[#cfd32c]"
/* SCSS */
$brand: #cfd32c;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.173)
/* Android */
Color.parseColor("#cfd32c")Accessibility — WCAG contrast
Aa
#cfd32c on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd32c on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue17.3%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow79.1%
Key (black)17.3%
Color previews
#cfd32c text on a black background
contrast 13.01:1
Card sample
#cfd32c text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd32c;
Background color
Panel with #cfd32c background
background-color: #cfd32c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd32c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd32c; background: linear-gradient(135deg, #cfd32c, #60D32C);