#cfcc22
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 204, 34
HSL
59°, 72%, 47%
CMYK
0, 1, 84, 19
Luminance
0.5657
Every format
| HEX | #cfcc22 |
| RGB | rgb(207, 204, 34) |
| HSL | hsl(59, 72%, 47%) |
| CMYK | cmyk(0%, 1%, 84%, 19%) |
| LAB | lab(79.9 -16.4 75.4) |
| LCH | lch(79.9 77.2 102.3) |
| OKLCH | oklch(0.821 0.171 108.5) |
Copy-ready code
/* CSS */
color: #cfcc22;
background-color: #cfcc22;
/* Tailwind (arbitrary) */
class="text-[#cfcc22] bg-[#cfcc22]"
/* SCSS */
$brand: #cfcc22;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.133)
/* Android */
Color.parseColor("#cfcc22")Accessibility — WCAG contrast
Aa
#cfcc22 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcc22 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow83.6%
Key (black)18.8%
Color previews
#cfcc22 text on a black background
contrast 12.31:1
Card sample
#cfcc22 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcc22;
Background color
Panel with #cfcc22 background
background-color: #cfcc22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcc22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcc22; background: linear-gradient(135deg, #cfcc22, #5FCF22);