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