#f7cefe
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 206, 254
HSL
291°, 96%, 90%
CMYK
3, 19, 0, 0
Luminance
0.7107
Every format
| HEX | #f7cefe |
| RGB | rgb(247, 206, 254) |
| HSL | hsl(291, 96%, 90%) |
| CMYK | cmyk(3%, 19%, 0%, 0%) |
| LAB | lab(87.5 22.5 -18.1) |
| LCH | lch(87.5 28.9 321.3) |
| OKLCH | oklch(0.901 0.078 321.4) |
Copy-ready code
/* CSS */
color: #f7cefe;
background-color: #f7cefe;
/* Tailwind (arbitrary) */
class="text-[#f7cefe] bg-[#f7cefe]"
/* SCSS */
$brand: #f7cefe;
/* SwiftUI */
Color(red: 0.969, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#f7cefe")Accessibility — WCAG contrast
Aa
#f7cefe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cefe on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.8%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#f7cefe text on a black background
contrast 15.21:1
Card sample
#f7cefe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cefe;
Background color
Panel with #f7cefe background
background-color: #f7cefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cefe; background: linear-gradient(135deg, #f7cefe, #FECEE5);