#ffe1cb
a pale, electric orange · warm · closest name: beige
RGB
255, 225, 203
HSL
25°, 100%, 90%
CMYK
0, 12, 20, 0
Luminance
0.7942
Every format
| HEX | #ffe1cb |
| RGB | rgb(255, 225, 203) |
| HSL | hsl(25, 100%, 90%) |
| CMYK | cmyk(0%, 12%, 20%, 0%) |
| LAB | lab(91.4 7.0 14.6) |
| LCH | lch(91.4 16.1 64.4) |
| OKLCH | oklch(0.929 0.044 58.4) |
Copy-ready code
/* CSS */
color: #ffe1cb;
background-color: #ffe1cb;
/* Tailwind (arbitrary) */
class="text-[#ffe1cb] bg-[#ffe1cb]"
/* SCSS */
$brand: #ffe1cb;
/* SwiftUI */
Color(red: 1.000, green: 0.882, blue: 0.796)
/* Android */
Color.parseColor("#ffe1cb")Accessibility — WCAG contrast
Aa
#ffe1cb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe1cb on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow20.4%
Key (black)0.0%
Color previews
#ffe1cb text on a black background
contrast 16.88:1
Card sample
#ffe1cb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe1cb;
Background color
Panel with #ffe1cb background
background-color: #ffe1cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe1cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 225, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 225, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe1cb; background: linear-gradient(135deg, #ffe1cb, #FAFFCB);