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