#ffe0b2
a light, electric orange · warm · closest name: tan
RGB
255, 224, 178
HSL
36°, 100%, 85%
CMYK
0, 12, 30, 0
Luminance
0.7779
Every format
| HEX | #ffe0b2 |
| RGB | rgb(255, 224, 178) |
| HSL | hsl(36, 100%, 85%) |
| CMYK | cmyk(0%, 12%, 30%, 0%) |
| LAB | lab(90.7 4.1 26.5) |
| LCH | lch(90.7 26.8 81.2) |
| OKLCH | oklch(0.921 0.069 77.5) |
Copy-ready code
/* CSS */
color: #ffe0b2;
background-color: #ffe0b2;
/* Tailwind (arbitrary) */
class="text-[#ffe0b2] bg-[#ffe0b2]"
/* SCSS */
$brand: #ffe0b2;
/* SwiftUI */
Color(red: 1.000, green: 0.878, blue: 0.698)
/* Android */
Color.parseColor("#ffe0b2")Accessibility — WCAG contrast
Aa
#ffe0b2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe0b2 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow30.2%
Key (black)0.0%
Color previews
#ffe0b2 text on a black background
contrast 16.56:1
Card sample
#ffe0b2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe0b2;
Background color
Panel with #ffe0b2 background
background-color: #ffe0b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe0b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 224, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 224, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe0b2; background: linear-gradient(135deg, #ffe0b2, #EBFFB2);