#cb9213
a dark, electric yellow · warm · closest name: orange
RGB
203, 146, 19
HSL
41°, 83%, 44%
CMYK
0, 28, 91, 20
Luminance
0.3330
Every format
| HEX | #cb9213 |
| RGB | rgb(203, 146, 19) |
| HSL | hsl(41, 83%, 44%) |
| CMYK | cmyk(0%, 28%, 91%, 20%) |
| LAB | lab(64.4 11.9 66.1) |
| LCH | lch(64.4 67.1 79.8) |
| OKLCH | oklch(0.698 0.141 79.8) |
Copy-ready code
/* CSS */
color: #cb9213;
background-color: #cb9213;
/* Tailwind (arbitrary) */
class="text-[#cb9213] bg-[#cb9213]"
/* SCSS */
$brand: #cb9213;
/* SwiftUI */
Color(red: 0.796, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#cb9213")Accessibility — WCAG contrast
Aa
#cb9213 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9213 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green57.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow90.6%
Key (black)20.4%
Color previews
#cb9213 text on a black background
contrast 7.66:1
Card sample
#cb9213 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9213;
Background color
Panel with #cb9213 background
background-color: #cb9213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9213; background: linear-gradient(135deg, #cb9213, #89CB13);