#f5effb
a pale, vivid violet · warm · closest name: lavender
RGB
245, 239, 251
HSL
270°, 60%, 96%
CMYK
2, 5, 0, 2
Luminance
0.8811
Every format
| HEX | #f5effb |
| RGB | rgb(245, 239, 251) |
| HSL | hsl(270, 60%, 96%) |
| CMYK | cmyk(2%, 5%, 0%, 2%) |
| LAB | lab(95.2 4.1 -5.1) |
| LCH | lch(95.2 6.5 309.2) |
| OKLCH | oklch(0.960 0.017 308.3) |
Copy-ready code
/* CSS */
color: #f5effb;
background-color: #f5effb;
/* Tailwind (arbitrary) */
class="text-[#f5effb] bg-[#f5effb]"
/* SCSS */
$brand: #f5effb;
/* SwiftUI */
Color(red: 0.961, green: 0.937, blue: 0.984)
/* Android */
Color.parseColor("#f5effb")Accessibility — WCAG contrast
Aa
#f5effb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5effb on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green93.7%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta4.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f5effb text on a black background
contrast 18.62:1
Card sample
#f5effb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5effb;
Background color
Panel with #f5effb background
background-color: #f5effb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5effb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 239, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 239, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5effb; background: linear-gradient(135deg, #f5effb, #FBEFF9);