#eedfd2
a pale, vivid orange · warm · closest name: beige
RGB
238, 223, 210
HSL
28°, 45%, 88%
CMYK
0, 6, 12, 7
Luminance
0.7561
Every format
| HEX | #eedfd2 |
| RGB | rgb(238, 223, 210) |
| HSL | hsl(28, 45%, 88%) |
| CMYK | cmyk(0%, 6%, 12%, 7%) |
| LAB | lab(89.7 3.0 8.2) |
| LCH | lch(89.7 8.7 70.1) |
| OKLCH | oklch(0.912 0.024 63.5) |
Copy-ready code
/* CSS */
color: #eedfd2;
background-color: #eedfd2;
/* Tailwind (arbitrary) */
class="text-[#eedfd2] bg-[#eedfd2]"
/* SCSS */
$brand: #eedfd2;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#eedfd2")Accessibility — WCAG contrast
Aa
#eedfd2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfd2 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow11.8%
Key (black)6.7%
Color previews
#eedfd2 text on a black background
contrast 16.12:1
Card sample
#eedfd2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfd2;
Background color
Panel with #eedfd2 background
background-color: #eedfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfd2; background: linear-gradient(135deg, #eedfd2, #EAEED2);