#f5d4ff
a pale, electric violet · warm · closest name: lavender
RGB
245, 212, 255
HSL
286°, 100%, 92%
CMYK
4, 17, 0, 0
Luminance
0.7372
Every format
| HEX | #f5d4ff |
| RGB | rgb(245, 212, 255) |
| HSL | hsl(286, 100%, 92%) |
| CMYK | cmyk(4%, 17%, 0%, 0%) |
| LAB | lab(88.8 18.9 -16.7) |
| LCH | lch(88.8 25.2 318.6) |
| OKLCH | oklch(0.911 0.068 318.3) |
Copy-ready code
/* CSS */
color: #f5d4ff;
background-color: #f5d4ff;
/* Tailwind (arbitrary) */
class="text-[#f5d4ff] bg-[#f5d4ff]"
/* SCSS */
$brand: #f5d4ff;
/* SwiftUI */
Color(red: 0.961, green: 0.831, blue: 1.000)
/* Android */
Color.parseColor("#f5d4ff")Accessibility — WCAG contrast
Aa
#f5d4ff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d4ff on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green83.1%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta16.9%
Yellow0.0%
Key (black)0.0%
Color previews
#f5d4ff text on a black background
contrast 15.74:1
Card sample
#f5d4ff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d4ff;
Background color
Panel with #f5d4ff background
background-color: #f5d4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 212, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 212, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d4ff; background: linear-gradient(135deg, #f5d4ff, #FFD4EC);