#f0dff3
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
240, 223, 243
HSL
291°, 46%, 91%
CMYK
1, 8, 0, 5
Luminance
0.7777
Every format
| HEX | #f0dff3 |
| RGB | rgb(240, 223, 243) |
| HSL | hsl(291, 46%, 91%) |
| CMYK | cmyk(1%, 8%, 0%, 5%) |
| LAB | lab(90.7 9.3 -7.6) |
| LCH | lch(90.7 12.0 320.7) |
| OKLCH | oklch(0.923 0.032 321.1) |
Copy-ready code
/* CSS */
color: #f0dff3;
background-color: #f0dff3;
/* Tailwind (arbitrary) */
class="text-[#f0dff3] bg-[#f0dff3]"
/* SCSS */
$brand: #f0dff3;
/* SwiftUI */
Color(red: 0.941, green: 0.875, blue: 0.953)
/* Android */
Color.parseColor("#f0dff3")Accessibility — WCAG contrast
Aa
#f0dff3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dff3 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green87.5%
Blue95.3%
CMYK percentages
Cyan1.2%
Magenta8.2%
Yellow0.0%
Key (black)4.7%
Color previews
#f0dff3 text on a black background
contrast 16.55:1
Card sample
#f0dff3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dff3;
Background color
Panel with #f0dff3 background
background-color: #f0dff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 223, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 223, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dff3; background: linear-gradient(135deg, #f0dff3, #F3DFE9);