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