#ffb003
a balanced, electric yellow · warm · closest name: orange
RGB
255, 176, 3
HSL
41°, 100%, 51%
CMYK
0, 31, 99, 0
Luminance
0.5232
Every format
| HEX | #ffb003 |
| RGB | rgb(255, 176, 3) |
| HSL | hsl(41, 100%, 51%) |
| CMYK | cmyk(0%, 31%, 99%, 0%) |
| LAB | lab(77.5 18.2 80.3) |
| LCH | lch(77.5 82.3 77.2) |
| OKLCH | oklch(0.813 0.170 76.3) |
Copy-ready code
/* CSS */
color: #ffb003;
background-color: #ffb003;
/* Tailwind (arbitrary) */
class="text-[#ffb003] bg-[#ffb003]"
/* SCSS */
$brand: #ffb003;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.012)
/* Android */
Color.parseColor("#ffb003")Accessibility — WCAG contrast
Aa
#ffb003 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb003 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow98.8%
Key (black)0.0%
Color previews
#ffb003 text on a black background
contrast 11.46:1
Card sample
#ffb003 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb003;
Background color
Panel with #ffb003 background
background-color: #ffb003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb003; background: linear-gradient(135deg, #ffb003, #A6FF03);