#f2cffd
a pale, electric violet · warm · closest name: lavender
RGB
242, 207, 253
HSL
286°, 92%, 90%
CMYK
4, 18, 0, 1
Luminance
0.7059
Every format
| HEX | #f2cffd |
| RGB | rgb(242, 207, 253) |
| HSL | hsl(286, 92%, 90%) |
| CMYK | cmyk(4%, 18%, 0%, 1%) |
| LAB | lab(87.3 20.2 -17.9) |
| LCH | lch(87.3 27.0 318.4) |
| OKLCH | oklch(0.898 0.072 318.0) |
Copy-ready code
/* CSS */
color: #f2cffd;
background-color: #f2cffd;
/* Tailwind (arbitrary) */
class="text-[#f2cffd] bg-[#f2cffd]"
/* SCSS */
$brand: #f2cffd;
/* SwiftUI */
Color(red: 0.949, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#f2cffd")Accessibility — WCAG contrast
Aa
#f2cffd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cffd on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green81.2%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f2cffd text on a black background
contrast 15.12:1
Card sample
#f2cffd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cffd;
Background color
Panel with #f2cffd background
background-color: #f2cffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cffd; background: linear-gradient(135deg, #f2cffd, #FDCFE9);