#cbaf02
a dark, electric yellow · cool · closest name: gold
RGB
203, 175, 2
HSL
52°, 98%, 40%
CMYK
0, 14, 99, 20
Luminance
0.4336
Every format
| HEX | #cbaf02 |
| RGB | rgb(203, 175, 2) |
| HSL | hsl(52, 98%, 40%) |
| CMYK | cmyk(0%, 14%, 99%, 20%) |
| LAB | lab(71.8 -3.8 73.9) |
| LCH | lch(71.8 74.0 93.0) |
| OKLCH | oklch(0.756 0.156 97.5) |
Copy-ready code
/* CSS */
color: #cbaf02;
background-color: #cbaf02;
/* Tailwind (arbitrary) */
class="text-[#cbaf02] bg-[#cbaf02]"
/* SCSS */
$brand: #cbaf02;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.008)
/* Android */
Color.parseColor("#cbaf02")Accessibility — WCAG contrast
Aa
#cbaf02 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf02 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow99.0%
Key (black)20.4%
Color previews
#cbaf02 text on a black background
contrast 9.67:1
Card sample
#cbaf02 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf02;
Background color
Panel with #cbaf02 background
background-color: #cbaf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf02; background: linear-gradient(135deg, #cbaf02, #61CB02);