#cfce21
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 206, 33
HSL
60°, 73%, 47%
CMYK
0, 1, 84, 19
Luminance
0.5752
Every format
| HEX | #cfce21 |
| RGB | rgb(207, 206, 33) |
| HSL | hsl(60, 73%, 47%) |
| CMYK | cmyk(0%, 1%, 84%, 19%) |
| LAB | lab(80.5 -17.4 76.1) |
| LCH | lch(80.5 78.0 102.9) |
| OKLCH | oklch(0.826 0.173 109.3) |
Copy-ready code
/* CSS */
color: #cfce21;
background-color: #cfce21;
/* Tailwind (arbitrary) */
class="text-[#cfce21] bg-[#cfce21]"
/* SCSS */
$brand: #cfce21;
/* SwiftUI */
Color(red: 0.812, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#cfce21")Accessibility — WCAG contrast
Aa
#cfce21 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfce21 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow84.1%
Key (black)18.8%
Color previews
#cfce21 text on a black background
contrast 12.50:1
Card sample
#cfce21 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfce21;
Background color
Panel with #cfce21 background
background-color: #cfce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfce21; background: linear-gradient(135deg, #cfce21, #5CCF21);