#ebdfdf
a pale, soft red · warm · closest name: white
RGB
235, 223, 223
HSL
0°, 23%, 90%
CMYK
0, 5, 5, 8
Luminance
0.7577
Every format
| HEX | #ebdfdf |
| RGB | rgb(235, 223, 223) |
| HSL | hsl(0, 23%, 90%) |
| CMYK | cmyk(0%, 5%, 5%, 8%) |
| LAB | lab(89.8 4.1 1.5) |
| LCH | lch(89.8 4.3 19.7) |
| OKLCH | oklch(0.913 0.013 17.4) |
Copy-ready code
/* CSS */
color: #ebdfdf;
background-color: #ebdfdf;
/* Tailwind (arbitrary) */
class="text-[#ebdfdf] bg-[#ebdfdf]"
/* SCSS */
$brand: #ebdfdf;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#ebdfdf")Accessibility — WCAG contrast
Aa
#ebdfdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfdf on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow5.1%
Key (black)7.8%
Color previews
#ebdfdf text on a black background
contrast 16.15:1
Card sample
#ebdfdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfdf;
Background color
Panel with #ebdfdf background
background-color: #ebdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfdf; background: linear-gradient(135deg, #ebdfdf, #EBE7DF);