#ffe2cd
a pale, electric orange · warm · closest name: beige
RGB
255, 226, 205
HSL
25°, 100%, 90%
CMYK
0, 11, 20, 0
Luminance
0.8006
Every format
| HEX | #ffe2cd |
| RGB | rgb(255, 226, 205) |
| HSL | hsl(25, 100%, 90%) |
| CMYK | cmyk(0%, 11%, 20%, 0%) |
| LAB | lab(91.7 6.7 13.9) |
| LCH | lch(91.7 15.4 64.2) |
| OKLCH | oklch(0.931 0.043 58.1) |
Copy-ready code
/* CSS */
color: #ffe2cd;
background-color: #ffe2cd;
/* Tailwind (arbitrary) */
class="text-[#ffe2cd] bg-[#ffe2cd]"
/* SCSS */
$brand: #ffe2cd;
/* SwiftUI */
Color(red: 1.000, green: 0.886, blue: 0.804)
/* Android */
Color.parseColor("#ffe2cd")Accessibility — WCAG contrast
Aa
#ffe2cd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe2cd on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow19.6%
Key (black)0.0%
Color previews
#ffe2cd text on a black background
contrast 17.01:1
Card sample
#ffe2cd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe2cd;
Background color
Panel with #ffe2cd background
background-color: #ffe2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 226, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 226, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe2cd; background: linear-gradient(135deg, #ffe2cd, #FBFFCD);