#f7d0fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
247, 208, 252
HSL
293°, 88%, 90%
CMYK
2, 18, 0, 1
Luminance
0.7191
Every format
| HEX | #f7d0fc |
| RGB | rgb(247, 208, 252) |
| HSL | hsl(293, 88%, 90%) |
| CMYK | cmyk(2%, 18%, 0%, 1%) |
| LAB | lab(87.9 21.1 -16.4) |
| LCH | lch(87.9 26.7 322.2) |
| OKLCH | oklch(0.904 0.072 322.5) |
Copy-ready code
/* CSS */
color: #f7d0fc;
background-color: #f7d0fc;
/* Tailwind (arbitrary) */
class="text-[#f7d0fc] bg-[#f7d0fc]"
/* SCSS */
$brand: #f7d0fc;
/* SwiftUI */
Color(red: 0.969, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#f7d0fc")Accessibility — WCAG contrast
Aa
#f7d0fc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d0fc on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green81.6%
Blue98.8%
CMYK percentages
Cyan2.0%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#f7d0fc text on a black background
contrast 15.38:1
Card sample
#f7d0fc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d0fc;
Background color
Panel with #f7d0fc background
background-color: #f7d0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d0fc; background: linear-gradient(135deg, #f7d0fc, #FCD0E4);