#efdfdf
a pale, soft red · warm · closest name: white
RGB
239, 223, 223
HSL
0°, 33%, 91%
CMYK
0, 7, 7, 6
Luminance
0.7645
Every format
| HEX | #efdfdf |
| RGB | rgb(239, 223, 223) |
| HSL | hsl(0, 33%, 91%) |
| CMYK | cmyk(0%, 7%, 7%, 6%) |
| LAB | lab(90.1 5.5 2.0) |
| LCH | lch(90.1 5.8 19.8) |
| OKLCH | oklch(0.916 0.018 17.5) |
Copy-ready code
/* CSS */
color: #efdfdf;
background-color: #efdfdf;
/* Tailwind (arbitrary) */
class="text-[#efdfdf] bg-[#efdfdf]"
/* SCSS */
$brand: #efdfdf;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#efdfdf")Accessibility — WCAG contrast
Aa
#efdfdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdfdf on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow6.7%
Key (black)6.3%
Color previews
#efdfdf text on a black background
contrast 16.29:1
Card sample
#efdfdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdfdf;
Background color
Panel with #efdfdf background
background-color: #efdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdfdf; background: linear-gradient(135deg, #efdfdf, #EFEADF);