#ffe8bc
a pale, electric orange · warm · closest name: beige
RGB
255, 232, 188
HSL
39°, 100%, 87%
CMYK
0, 9, 26, 0
Luminance
0.8260
Every format
| HEX | #ffe8bc |
| RGB | rgb(255, 232, 188) |
| HSL | hsl(39, 100%, 87%) |
| CMYK | cmyk(0%, 9%, 26%, 0%) |
| LAB | lab(92.8 1.3 24.3) |
| LCH | lch(92.8 24.3 86.9) |
| OKLCH | oklch(0.939 0.062 83.5) |
Copy-ready code
/* CSS */
color: #ffe8bc;
background-color: #ffe8bc;
/* Tailwind (arbitrary) */
class="text-[#ffe8bc] bg-[#ffe8bc]"
/* SCSS */
$brand: #ffe8bc;
/* SwiftUI */
Color(red: 1.000, green: 0.910, blue: 0.737)
/* Android */
Color.parseColor("#ffe8bc")Accessibility — WCAG contrast
Aa
#ffe8bc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe8bc on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow26.3%
Key (black)0.0%
Color previews
#ffe8bc text on a black background
contrast 17.52:1
Card sample
#ffe8bc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe8bc;
Background color
Panel with #ffe8bc background
background-color: #ffe8bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe8bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 232, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 232, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe8bc; background: linear-gradient(135deg, #ffe8bc, #E9FFBC);