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