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