#f4dbfd
a pale, electric violet · warm · closest name: lavender
RGB
244, 219, 253
HSL
284°, 90%, 93%
CMYK
4, 13, 0, 1
Luminance
0.7699
Every format
| HEX | #f4dbfd |
| RGB | rgb(244, 219, 253) |
| HSL | hsl(284, 90%, 93%) |
| CMYK | cmyk(4%, 13%, 0%, 1%) |
| LAB | lab(90.3 14.5 -13.4) |
| LCH | lch(90.3 19.8 317.4) |
| OKLCH | oklch(0.922 0.053 317.1) |
Copy-ready code
/* CSS */
color: #f4dbfd;
background-color: #f4dbfd;
/* Tailwind (arbitrary) */
class="text-[#f4dbfd] bg-[#f4dbfd]"
/* SCSS */
$brand: #f4dbfd;
/* SwiftUI */
Color(red: 0.957, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#f4dbfd")Accessibility — WCAG contrast
Aa
#f4dbfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dbfd on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green85.9%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f4dbfd text on a black background
contrast 16.40:1
Card sample
#f4dbfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dbfd;
Background color
Panel with #f4dbfd background
background-color: #f4dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dbfd; background: linear-gradient(135deg, #f4dbfd, #FDDBEF);