#f7dcfa
a pale, electric magenta / pink · warm · closest name: lavender
RGB
247, 220, 250
HSL
294°, 75%, 92%
CMYK
1, 12, 0, 2
Luminance
0.7786
Every format
| HEX | #f7dcfa |
| RGB | rgb(247, 220, 250) |
| HSL | hsl(294, 75%, 92%) |
| CMYK | cmyk(1%, 12%, 0%, 2%) |
| LAB | lab(90.7 14.4 -11.2) |
| LCH | lch(90.7 18.3 322.3) |
| OKLCH | oklch(0.925 0.049 322.8) |
Copy-ready code
/* CSS */
color: #f7dcfa;
background-color: #f7dcfa;
/* Tailwind (arbitrary) */
class="text-[#f7dcfa] bg-[#f7dcfa]"
/* SCSS */
$brand: #f7dcfa;
/* SwiftUI */
Color(red: 0.969, green: 0.863, blue: 0.980)
/* Android */
Color.parseColor("#f7dcfa")Accessibility — WCAG contrast
Aa
#f7dcfa on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dcfa on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.3%
Blue98.0%
CMYK percentages
Cyan1.2%
Magenta12.0%
Yellow0.0%
Key (black)2.0%
Color previews
#f7dcfa text on a black background
contrast 16.57:1
Card sample
#f7dcfa text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dcfa;
Background color
Panel with #f7dcfa background
background-color: #f7dcfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dcfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 220, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 220, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dcfa; background: linear-gradient(135deg, #f7dcfa, #FADCE9);