#ffb330
a balanced, electric orange · warm · closest name: orange
RGB
255, 179, 48
HSL
38°, 100%, 59%
CMYK
0, 30, 81, 0
Luminance
0.5371
Every format
| HEX | #ffb330 |
| RGB | rgb(255, 179, 48) |
| HSL | hsl(38, 100%, 59%) |
| CMYK | cmyk(0%, 30%, 81%, 0%) |
| LAB | lab(78.3 17.4 72.0) |
| LCH | lch(78.3 74.1 76.4) |
| OKLCH | oklch(0.819 0.160 75.3) |
Copy-ready code
/* CSS */
color: #ffb330;
background-color: #ffb330;
/* Tailwind (arbitrary) */
class="text-[#ffb330] bg-[#ffb330]"
/* SCSS */
$brand: #ffb330;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.188)
/* Android */
Color.parseColor("#ffb330")Accessibility — WCAG contrast
Aa
#ffb330 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb330 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow81.2%
Key (black)0.0%
Color previews
#ffb330 text on a black background
contrast 11.74:1
Card sample
#ffb330 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb330;
Background color
Panel with #ffb330 background
background-color: #ffb330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb330; background: linear-gradient(135deg, #ffb330, #C1FF30);