#cb970f
a dark, electric yellow · warm · closest name: orange
RGB
203, 151, 15
HSL
43°, 86%, 43%
CMYK
0, 26, 93, 20
Luminance
0.3486
Every format
| HEX | #cb970f |
| RGB | rgb(203, 151, 15) |
| HSL | hsl(43, 86%, 43%) |
| CMYK | cmyk(0%, 26%, 93%, 20%) |
| LAB | lab(65.7 9.1 67.8) |
| LCH | lch(65.7 68.4 82.3) |
| OKLCH | oklch(0.707 0.143 83.3) |
Copy-ready code
/* CSS */
color: #cb970f;
background-color: #cb970f;
/* Tailwind (arbitrary) */
class="text-[#cb970f] bg-[#cb970f]"
/* SCSS */
$brand: #cb970f;
/* SwiftUI */
Color(red: 0.796, green: 0.592, blue: 0.059)
/* Android */
Color.parseColor("#cb970f")Accessibility — WCAG contrast
Aa
#cb970f on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb970f on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green59.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow92.6%
Key (black)20.4%
Color previews
#cb970f text on a black background
contrast 7.97:1
Card sample
#cb970f text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb970f;
Background color
Panel with #cb970f background
background-color: #cb970f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb970f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 151, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 151, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb970f; background: linear-gradient(135deg, #cb970f, #82CB0F);