#cfc522
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 197, 34
HSL
57°, 72%, 47%
CMYK
0, 5, 84, 19
Luminance
0.5331
Every format
| HEX | #cfc522 |
| RGB | rgb(207, 197, 34) |
| HSL | hsl(57, 72%, 47%) |
| CMYK | cmyk(0%, 5%, 84%, 19%) |
| LAB | lab(78.1 -12.9 73.8) |
| LCH | lch(78.1 75.0 99.9) |
| OKLCH | oklch(0.806 0.165 105.7) |
Copy-ready code
/* CSS */
color: #cfc522;
background-color: #cfc522;
/* Tailwind (arbitrary) */
class="text-[#cfc522] bg-[#cfc522]"
/* SCSS */
$brand: #cfc522;
/* SwiftUI */
Color(red: 0.812, green: 0.773, blue: 0.133)
/* Android */
Color.parseColor("#cfc522")Accessibility — WCAG contrast
Aa
#cfc522 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc522 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow83.6%
Key (black)18.8%
Color previews
#cfc522 text on a black background
contrast 11.66:1
Card sample
#cfc522 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc522;
Background color
Panel with #cfc522 background
background-color: #cfc522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 197, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 197, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc522; background: linear-gradient(135deg, #cfc522, #66CF22);