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