#f5efff
a pale, electric violet · warm · closest name: lavender
RGB
245, 239, 255
HSL
263°, 100%, 97%
CMYK
4, 6, 0, 0
Luminance
0.8837
Every format
| HEX | #f5efff |
| RGB | rgb(245, 239, 255) |
| HSL | hsl(263, 100%, 97%) |
| CMYK | cmyk(4%, 6%, 0%, 0%) |
| LAB | lab(95.3 4.9 -7.0) |
| LCH | lch(95.3 8.5 304.9) |
| OKLCH | oklch(0.961 0.022 302.9) |
Copy-ready code
/* CSS */
color: #f5efff;
background-color: #f5efff;
/* Tailwind (arbitrary) */
class="text-[#f5efff] bg-[#f5efff]"
/* SCSS */
$brand: #f5efff;
/* SwiftUI */
Color(red: 0.961, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#f5efff")Accessibility — WCAG contrast
Aa
#f5efff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5efff on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green93.7%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f5efff text on a black background
contrast 18.67:1
Card sample
#f5efff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5efff;
Background color
Panel with #f5efff background
background-color: #f5efff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5efff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5efff; background: linear-gradient(135deg, #f5efff, #FFEFFE);