#ffb832
a balanced, electric orange · warm · closest name: orange
RGB
255, 184, 50
HSL
39°, 100%, 60%
CMYK
0, 28, 80, 0
Luminance
0.5577
Every format
| HEX | #ffb832 |
| RGB | rgb(255, 184, 50) |
| HSL | hsl(39, 100%, 60%) |
| CMYK | cmyk(0%, 28%, 80%, 0%) |
| LAB | lab(79.5 14.8 72.4) |
| LCH | lch(79.5 73.9 78.4) |
| OKLCH | oklch(0.829 0.159 77.9) |
Copy-ready code
/* CSS */
color: #ffb832;
background-color: #ffb832;
/* Tailwind (arbitrary) */
class="text-[#ffb832] bg-[#ffb832]"
/* SCSS */
$brand: #ffb832;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.196)
/* Android */
Color.parseColor("#ffb832")Accessibility — WCAG contrast
Aa
#ffb832 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb832 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow80.4%
Key (black)0.0%
Color previews
#ffb832 text on a black background
contrast 12.15:1
Card sample
#ffb832 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb832;
Background color
Panel with #ffb832 background
background-color: #ffb832;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb832;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb832; background: linear-gradient(135deg, #ffb832, #BDFF32);