#f6f0fc
a pale, vivid violet · warm · closest name: lavender
RGB
246, 240, 252
HSL
270°, 67%, 97%
CMYK
2, 5, 0, 1
Luminance
0.8894
Every format
| HEX | #f6f0fc |
| RGB | rgb(246, 240, 252) |
| HSL | hsl(270, 67%, 97%) |
| CMYK | cmyk(2%, 5%, 0%, 1%) |
| LAB | lab(95.6 4.1 -5.0) |
| LCH | lch(95.6 6.5 309.3) |
| OKLCH | oklch(0.963 0.017 308.3) |
Copy-ready code
/* CSS */
color: #f6f0fc;
background-color: #f6f0fc;
/* Tailwind (arbitrary) */
class="text-[#f6f0fc] bg-[#f6f0fc]"
/* SCSS */
$brand: #f6f0fc;
/* SwiftUI */
Color(red: 0.965, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#f6f0fc")Accessibility — WCAG contrast
Aa
#f6f0fc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6f0fc on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green94.1%
Blue98.8%
CMYK percentages
Cyan2.4%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#f6f0fc text on a black background
contrast 18.79:1
Card sample
#f6f0fc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6f0fc;
Background color
Panel with #f6f0fc background
background-color: #f6f0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6f0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6f0fc; background: linear-gradient(135deg, #f6f0fc, #FCF0FA);