#ffb284
a light, electric orange · warm · closest name: tan
RGB
255, 178, 132
HSL
22°, 100%, 76%
CMYK
0, 30, 48, 0
Luminance
0.5477
Every format
| HEX | #ffb284 |
| RGB | rgb(255, 178, 132) |
| HSL | hsl(22, 100%, 76%) |
| CMYK | cmyk(0%, 30%, 48%, 0%) |
| LAB | lab(78.9 23.0 34.7) |
| LCH | lch(78.9 41.6 56.5) |
| OKLCH | oklch(0.827 0.109 51.6) |
Copy-ready code
/* CSS */
color: #ffb284;
background-color: #ffb284;
/* Tailwind (arbitrary) */
class="text-[#ffb284] bg-[#ffb284]"
/* SCSS */
$brand: #ffb284;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.518)
/* Android */
Color.parseColor("#ffb284")Accessibility — WCAG contrast
Aa
#ffb284 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb284 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow48.2%
Key (black)0.0%
Color previews
#ffb284 text on a black background
contrast 11.95:1
Card sample
#ffb284 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb284;
Background color
Panel with #ffb284 background
background-color: #ffb284;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb284;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb284; background: linear-gradient(135deg, #ffb284, #FAFF84);