#ffab33
a balanced, electric orange · warm · closest name: orange
RGB
255, 171, 51
HSL
35°, 100%, 60%
CMYK
0, 33, 80, 0
Luminance
0.5062
Every format
| HEX | #ffab33 |
| RGB | rgb(255, 171, 51) |
| HSL | hsl(35, 100%, 60%) |
| CMYK | cmyk(0%, 33%, 80%, 0%) |
| LAB | lab(76.5 21.7 69.4) |
| LCH | lch(76.5 72.7 72.7) |
| OKLCH | oklch(0.805 0.159 70.4) |
Copy-ready code
/* CSS */
color: #ffab33;
background-color: #ffab33;
/* Tailwind (arbitrary) */
class="text-[#ffab33] bg-[#ffab33]"
/* SCSS */
$brand: #ffab33;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.200)
/* Android */
Color.parseColor("#ffab33")Accessibility — WCAG contrast
Aa
#ffab33 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffab33 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow80.0%
Key (black)0.0%
Color previews
#ffab33 text on a black background
contrast 11.12:1
Card sample
#ffab33 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffab33;
Background color
Panel with #ffab33 background
background-color: #ffab33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffab33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffab33; background: linear-gradient(135deg, #ffab33, #CBFF33);