#cfc02a
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 192, 42
HSL
55°, 66%, 49%
CMYK
0, 7, 80, 19
Luminance
0.5113
Every format
| HEX | #cfc02a |
| RGB | rgb(207, 192, 42) |
| HSL | hsl(55, 66%, 49%) |
| CMYK | cmyk(0%, 7%, 80%, 19%) |
| LAB | lab(76.8 -10.1 70.6) |
| LCH | lch(76.8 71.4 98.2) |
| OKLCH | oklch(0.796 0.157 103.3) |
Copy-ready code
/* CSS */
color: #cfc02a;
background-color: #cfc02a;
/* Tailwind (arbitrary) */
class="text-[#cfc02a] bg-[#cfc02a]"
/* SCSS */
$brand: #cfc02a;
/* SwiftUI */
Color(red: 0.812, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#cfc02a")Accessibility — WCAG contrast
Aa
#cfc02a on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc02a on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow79.7%
Key (black)18.8%
Color previews
#cfc02a text on a black background
contrast 11.23:1
Card sample
#cfc02a text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc02a;
Background color
Panel with #cfc02a background
background-color: #cfc02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc02a; background: linear-gradient(135deg, #cfc02a, #70CF2A);