#f7cefc
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 206, 252
HSL
294°, 89%, 90%
CMYK
2, 18, 0, 1
Luminance
0.7095
Every format
| HEX | #f7cefc |
| RGB | rgb(247, 206, 252) |
| HSL | hsl(294, 89%, 90%) |
| CMYK | cmyk(2%, 18%, 0%, 1%) |
| LAB | lab(87.5 22.2 -17.1) |
| LCH | lch(87.5 28.0 322.4) |
| OKLCH | oklch(0.900 0.076 322.7) |
Copy-ready code
/* CSS */
color: #f7cefc;
background-color: #f7cefc;
/* Tailwind (arbitrary) */
class="text-[#f7cefc] bg-[#f7cefc]"
/* SCSS */
$brand: #f7cefc;
/* SwiftUI */
Color(red: 0.969, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#f7cefc")Accessibility — WCAG contrast
Aa
#f7cefc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cefc on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.8%
Blue98.8%
CMYK percentages
Cyan2.0%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f7cefc text on a black background
contrast 15.19:1
Card sample
#f7cefc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cefc;
Background color
Panel with #f7cefc background
background-color: #f7cefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cefc; background: linear-gradient(135deg, #f7cefc, #FCCEE2);