#f5d2f0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
245, 210, 240
HSL
309°, 64%, 89%
CMYK
0, 14, 2, 4
Luminance
0.7180
Every format
| HEX | #f5d2f0 |
| RGB | rgb(245, 210, 240) |
| HSL | hsl(309, 64%, 89%) |
| CMYK | cmyk(0%, 14%, 2%, 4%) |
| LAB | lab(87.9 17.2 -10.2) |
| LCH | lch(87.9 20.0 329.5) |
| OKLCH | oklch(0.902 0.055 330.8) |
Copy-ready code
/* CSS */
color: #f5d2f0;
background-color: #f5d2f0;
/* Tailwind (arbitrary) */
class="text-[#f5d2f0] bg-[#f5d2f0]"
/* SCSS */
$brand: #f5d2f0;
/* SwiftUI */
Color(red: 0.961, green: 0.824, blue: 0.941)
/* Android */
Color.parseColor("#f5d2f0")Accessibility — WCAG contrast
Aa
#f5d2f0 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d2f0 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green82.4%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow2.0%
Key (black)3.9%
Color previews
#f5d2f0 text on a black background
contrast 15.36:1
Card sample
#f5d2f0 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d2f0;
Background color
Panel with #f5d2f0 background
background-color: #f5d2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 210, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 210, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d2f0; background: linear-gradient(135deg, #f5d2f0, #F5D2D9);