#cb9502
a dark, electric yellow · warm · closest name: orange
RGB
203, 149, 2
HSL
44°, 98%, 40%
CMYK
0, 27, 99, 20
Luminance
0.3420
Every format
| HEX | #cb9502 |
| RGB | rgb(203, 149, 2) |
| HSL | hsl(44, 98%, 40%) |
| CMYK | cmyk(0%, 27%, 99%, 20%) |
| LAB | lab(65.1 10.1 69.2) |
| LCH | lch(65.1 70.0 81.7) |
| OKLCH | oklch(0.703 0.144 82.5) |
Copy-ready code
/* CSS */
color: #cb9502;
background-color: #cb9502;
/* Tailwind (arbitrary) */
class="text-[#cb9502] bg-[#cb9502]"
/* SCSS */
$brand: #cb9502;
/* SwiftUI */
Color(red: 0.796, green: 0.584, blue: 0.008)
/* Android */
Color.parseColor("#cb9502")Accessibility — WCAG contrast
Aa
#cb9502 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9502 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green58.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow99.0%
Key (black)20.4%
Color previews
#cb9502 text on a black background
contrast 7.84:1
Card sample
#cb9502 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9502;
Background color
Panel with #cb9502 background
background-color: #cb9502;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9502;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 149, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 149, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9502; background: linear-gradient(135deg, #cb9502, #7BCB02);