#f5e7fc
a pale, electric violet · warm · closest name: lavender
RGB
245, 231, 252
HSL
280°, 78%, 95%
CMYK
3, 8, 0, 1
Luminance
0.8359
Every format
| HEX | #f5e7fc |
| RGB | rgb(245, 231, 252) |
| HSL | hsl(280, 78%, 95%) |
| CMYK | cmyk(3%, 8%, 0%, 1%) |
| LAB | lab(93.3 8.4 -8.4) |
| LCH | lch(93.3 11.9 315.0) |
| OKLCH | oklch(0.945 0.032 314.7) |
Copy-ready code
/* CSS */
color: #f5e7fc;
background-color: #f5e7fc;
/* Tailwind (arbitrary) */
class="text-[#f5e7fc] bg-[#f5e7fc]"
/* SCSS */
$brand: #f5e7fc;
/* SwiftUI */
Color(red: 0.961, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#f5e7fc")Accessibility — WCAG contrast
Aa
#f5e7fc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5e7fc on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green90.6%
Blue98.8%
CMYK percentages
Cyan2.8%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f5e7fc text on a black background
contrast 17.72:1
Card sample
#f5e7fc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5e7fc;
Background color
Panel with #f5e7fc background
background-color: #f5e7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5e7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5e7fc; background: linear-gradient(135deg, #f5e7fc, #FCE7F5);