#ecdfd2
a pale, soft orange · warm · closest name: beige
RGB
236, 223, 210
HSL
30°, 41%, 88%
CMYK
0, 6, 11, 8
Luminance
0.7526
Every format
| HEX | #ecdfd2 |
| RGB | rgb(236, 223, 210) |
| HSL | hsl(30, 41%, 88%) |
| CMYK | cmyk(0%, 6%, 11%, 8%) |
| LAB | lab(89.5 2.3 8.0) |
| LCH | lch(89.5 8.3 74.1) |
| OKLCH | oklch(0.910 0.023 67.5) |
Copy-ready code
/* CSS */
color: #ecdfd2;
background-color: #ecdfd2;
/* Tailwind (arbitrary) */
class="text-[#ecdfd2] bg-[#ecdfd2]"
/* SCSS */
$brand: #ecdfd2;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#ecdfd2")Accessibility — WCAG contrast
Aa
#ecdfd2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfd2 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow11.0%
Key (black)7.5%
Color previews
#ecdfd2 text on a black background
contrast 16.05:1
Card sample
#ecdfd2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfd2;
Background color
Panel with #ecdfd2 background
background-color: #ecdfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfd2; background: linear-gradient(135deg, #ecdfd2, #E8ECD2);