#f7d0ef
a pale, vivid magenta / pink · warm · closest name: pink
RGB
247, 208, 239
HSL
312°, 71%, 89%
CMYK
0, 16, 3, 3
Luminance
0.7112
Every format
| HEX | #f7d0ef |
| RGB | rgb(247, 208, 239) |
| HSL | hsl(312, 71%, 89%) |
| CMYK | cmyk(0%, 16%, 3%, 3%) |
| LAB | lab(87.5 18.8 -10.1) |
| LCH | lch(87.5 21.3 331.7) |
| OKLCH | oklch(0.900 0.059 333.2) |
Copy-ready code
/* CSS */
color: #f7d0ef;
background-color: #f7d0ef;
/* Tailwind (arbitrary) */
class="text-[#f7d0ef] bg-[#f7d0ef]"
/* SCSS */
$brand: #f7d0ef;
/* SwiftUI */
Color(red: 0.969, green: 0.816, blue: 0.937)
/* Android */
Color.parseColor("#f7d0ef")Accessibility — WCAG contrast
Aa
#f7d0ef on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d0ef on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green81.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow3.2%
Key (black)3.1%
Color previews
#f7d0ef text on a black background
contrast 15.22:1
Card sample
#f7d0ef text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d0ef;
Background color
Panel with #f7d0ef background
background-color: #f7d0ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d0ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 208, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 208, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d0ef; background: linear-gradient(135deg, #f7d0ef, #F7D0D5);