#f2def0
a pale, soft magenta / pink · warm · closest name: lavender
RGB
242, 222, 240
HSL
306°, 44%, 91%
CMYK
0, 8, 1, 5
Luminance
0.7741
Every format
| HEX | #f2def0 |
| RGB | rgb(242, 222, 240) |
| HSL | hsl(306, 44%, 91%) |
| CMYK | cmyk(0%, 8%, 1%, 5%) |
| LAB | lab(90.5 9.9 -6.3) |
| LCH | lch(90.5 11.8 327.7) |
| OKLCH | oklch(0.922 0.032 329.0) |
Copy-ready code
/* CSS */
color: #f2def0;
background-color: #f2def0;
/* Tailwind (arbitrary) */
class="text-[#f2def0] bg-[#f2def0]"
/* SCSS */
$brand: #f2def0;
/* SwiftUI */
Color(red: 0.949, green: 0.871, blue: 0.941)
/* Android */
Color.parseColor("#f2def0")Accessibility — WCAG contrast
Aa
#f2def0 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2def0 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green87.1%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow0.8%
Key (black)5.1%
Color previews
#f2def0 text on a black background
contrast 16.48:1
Card sample
#f2def0 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2def0;
Background color
Panel with #f2def0 background
background-color: #f2def0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2def0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 222, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 222, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2def0; background: linear-gradient(135deg, #f2def0, #F2DEE3);