#f0dcdc
a pale, soft red · warm · closest name: lavender
RGB
240, 220, 220
HSL
0°, 40%, 90%
CMYK
0, 8, 8, 6
Luminance
0.7488
Every format
| HEX | #f0dcdc |
| RGB | rgb(240, 220, 220) |
| HSL | hsl(0, 40%, 90%) |
| CMYK | cmyk(0%, 8%, 8%, 6%) |
| LAB | lab(89.3 6.9 2.5) |
| LCH | lch(89.3 7.3 19.9) |
| OKLCH | oklch(0.911 0.022 17.6) |
Copy-ready code
/* CSS */
color: #f0dcdc;
background-color: #f0dcdc;
/* Tailwind (arbitrary) */
class="text-[#f0dcdc] bg-[#f0dcdc]"
/* SCSS */
$brand: #f0dcdc;
/* SwiftUI */
Color(red: 0.941, green: 0.863, blue: 0.863)
/* Android */
Color.parseColor("#f0dcdc")Accessibility — WCAG contrast
Aa
#f0dcdc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dcdc on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green86.3%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow8.3%
Key (black)5.9%
Color previews
#f0dcdc text on a black background
contrast 15.98:1
Card sample
#f0dcdc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dcdc;
Background color
Panel with #f0dcdc background
background-color: #f0dcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 220, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 220, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dcdc; background: linear-gradient(135deg, #f0dcdc, #F0E9DC);