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