#cf9503
a dark, electric yellow · warm · closest name: orange
RGB
207, 149, 3
HSL
43°, 97%, 41%
CMYK
0, 28, 99, 19
Luminance
0.3477
Every format
| HEX | #cf9503 |
| RGB | rgb(207, 149, 3) |
| HSL | hsl(43, 97%, 41%) |
| CMYK | cmyk(0%, 28%, 99%, 19%) |
| LAB | lab(65.6 11.8 69.6) |
| LCH | lch(65.6 70.6 80.3) |
| OKLCH | oklch(0.708 0.146 80.6) |
Copy-ready code
/* CSS */
color: #cf9503;
background-color: #cf9503;
/* Tailwind (arbitrary) */
class="text-[#cf9503] bg-[#cf9503]"
/* SCSS */
$brand: #cf9503;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.012)
/* Android */
Color.parseColor("#cf9503")Accessibility — WCAG contrast
Aa
#cf9503 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9503 on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow98.6%
Key (black)18.8%
Color previews
#cf9503 text on a black background
contrast 7.95:1
Card sample
#cf9503 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9503;
Background color
Panel with #cf9503 background
background-color: #cf9503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9503; background: linear-gradient(135deg, #cf9503, #81CF03);