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