#cfd321
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 211, 33
HSL
61°, 73%, 48%
CMYK
2, 0, 84, 17
Luminance
0.5996
Every format
| HEX | #cfd321 |
| RGB | rgb(207, 211, 33) |
| HSL | hsl(61, 73%, 48%) |
| CMYK | cmyk(2%, 0%, 84%, 17%) |
| LAB | lab(81.8 -19.9 77.2) |
| LCH | lch(81.8 79.7 104.5) |
| OKLCH | oklch(0.837 0.177 111.1) |
Copy-ready code
/* CSS */
color: #cfd321;
background-color: #cfd321;
/* Tailwind (arbitrary) */
class="text-[#cfd321] bg-[#cfd321]"
/* SCSS */
$brand: #cfd321;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.129)
/* Android */
Color.parseColor("#cfd321")Accessibility — WCAG contrast
Aa
#cfd321 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd321 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue12.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow84.4%
Key (black)17.3%
Color previews
#cfd321 text on a black background
contrast 12.99:1
Card sample
#cfd321 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd321;
Background color
Panel with #cfd321 background
background-color: #cfd321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd321; background: linear-gradient(135deg, #cfd321, #58D321);