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