#f5d1ff
a pale, electric violet · warm · closest name: lavender
RGB
245, 209, 255
HSL
287°, 100%, 91%
CMYK
4, 18, 0, 0
Luminance
0.7223
Every format
| HEX | #f5d1ff |
| RGB | rgb(245, 209, 255) |
| HSL | hsl(287, 100%, 91%) |
| CMYK | cmyk(4%, 18%, 0%, 0%) |
| LAB | lab(88.1 20.5 -17.8) |
| LCH | lch(88.1 27.1 319.1) |
| OKLCH | oklch(0.905 0.073 318.8) |
Copy-ready code
/* CSS */
color: #f5d1ff;
background-color: #f5d1ff;
/* Tailwind (arbitrary) */
class="text-[#f5d1ff] bg-[#f5d1ff]"
/* SCSS */
$brand: #f5d1ff;
/* SwiftUI */
Color(red: 0.961, green: 0.820, blue: 1.000)
/* Android */
Color.parseColor("#f5d1ff")Accessibility — WCAG contrast
Aa
#f5d1ff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d1ff on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green82.0%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta18.0%
Yellow0.0%
Key (black)0.0%
Color previews
#f5d1ff text on a black background
contrast 15.45:1
Card sample
#f5d1ff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d1ff;
Background color
Panel with #f5d1ff background
background-color: #f5d1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 209, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 209, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d1ff; background: linear-gradient(135deg, #f5d1ff, #FFD1EA);