#ffedce
a pale, electric orange · warm · closest name: beige
RGB
255, 237, 206
HSL
38°, 100%, 90%
CMYK
0, 7, 19, 0
Luminance
0.8628
Every format
| HEX | #ffedce |
| RGB | rgb(255, 237, 206) |
| HSL | hsl(38, 100%, 90%) |
| CMYK | cmyk(0%, 7%, 19%, 0%) |
| LAB | lab(94.4 1.3 17.2) |
| LCH | lch(94.4 17.3 85.8) |
| OKLCH | oklch(0.953 0.045 81.3) |
Copy-ready code
/* CSS */
color: #ffedce;
background-color: #ffedce;
/* Tailwind (arbitrary) */
class="text-[#ffedce] bg-[#ffedce]"
/* SCSS */
$brand: #ffedce;
/* SwiftUI */
Color(red: 1.000, green: 0.929, blue: 0.808)
/* Android */
Color.parseColor("#ffedce")Accessibility — WCAG contrast
Aa
#ffedce on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffedce on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow19.2%
Key (black)0.0%
Color previews
#ffedce text on a black background
contrast 18.26:1
Card sample
#ffedce text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffedce;
Background color
Panel with #ffedce background
background-color: #ffedce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffedce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 237, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 237, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffedce; background: linear-gradient(135deg, #ffedce, #F0FFCE);