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