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