#ffeace
a pale, electric orange · warm · closest name: beige
RGB
255, 234, 206
HSL
34°, 100%, 90%
CMYK
0, 8, 19, 0
Luminance
0.8456
Every format
| HEX | #ffeace |
| RGB | rgb(255, 234, 206) |
| HSL | hsl(34, 100%, 90%) |
| CMYK | cmyk(0%, 8%, 19%, 0%) |
| LAB | lab(93.7 2.8 16.2) |
| LCH | lch(93.7 16.4 80.3) |
| OKLCH | oklch(0.947 0.043 75.1) |
Copy-ready code
/* CSS */
color: #ffeace;
background-color: #ffeace;
/* Tailwind (arbitrary) */
class="text-[#ffeace] bg-[#ffeace]"
/* SCSS */
$brand: #ffeace;
/* SwiftUI */
Color(red: 1.000, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#ffeace")Accessibility — WCAG contrast
Aa
#ffeace on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeace on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow19.2%
Key (black)0.0%
Color previews
#ffeace text on a black background
contrast 17.91:1
Card sample
#ffeace text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeace;
Background color
Panel with #ffeace background
background-color: #ffeace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeace; background: linear-gradient(135deg, #ffeace, #F3FFCE);