#ffe3b3
a pale, electric orange · warm · closest name: tan
RGB
255, 227, 179
HSL
38°, 100%, 85%
CMYK
0, 11, 30, 0
Luminance
0.7945
Every format
| HEX | #ffe3b3 |
| RGB | rgb(255, 227, 179) |
| HSL | hsl(38, 100%, 85%) |
| CMYK | cmyk(0%, 11%, 30%, 0%) |
| LAB | lab(91.4 2.7 27.0) |
| LCH | lch(91.4 27.1 84.3) |
| OKLCH | oklch(0.927 0.069 81.0) |
Copy-ready code
/* CSS */
color: #ffe3b3;
background-color: #ffe3b3;
/* Tailwind (arbitrary) */
class="text-[#ffe3b3] bg-[#ffe3b3]"
/* SCSS */
$brand: #ffe3b3;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.702)
/* Android */
Color.parseColor("#ffe3b3")Accessibility — WCAG contrast
Aa
#ffe3b3 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe3b3 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow29.8%
Key (black)0.0%
Color previews
#ffe3b3 text on a black background
contrast 16.89:1
Card sample
#ffe3b3 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe3b3;
Background color
Panel with #ffe3b3 background
background-color: #ffe3b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe3b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 227, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe3b3; background: linear-gradient(135deg, #ffe3b3, #E8FFB3);