#f3ebff
a pale, electric violet · warm · closest name: lavender
RGB
243, 235, 255
HSL
264°, 100%, 96%
CMYK
5, 8, 0, 0
Luminance
0.8569
Every format
| HEX | #f3ebff |
| RGB | rgb(243, 235, 255) |
| HSL | hsl(264, 100%, 96%) |
| CMYK | cmyk(5%, 8%, 0%, 0%) |
| LAB | lab(94.2 6.3 -8.7) |
| LCH | lch(94.2 10.7 305.9) |
| OKLCH | oklch(0.952 0.028 303.9) |
Copy-ready code
/* CSS */
color: #f3ebff;
background-color: #f3ebff;
/* Tailwind (arbitrary) */
class="text-[#f3ebff] bg-[#f3ebff]"
/* SCSS */
$brand: #f3ebff;
/* SwiftUI */
Color(red: 0.953, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#f3ebff")Accessibility — WCAG contrast
Aa
#f3ebff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ebff on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green92.2%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f3ebff text on a black background
contrast 18.14:1
Card sample
#f3ebff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ebff;
Background color
Panel with #f3ebff background
background-color: #f3ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ebff; background: linear-gradient(135deg, #f3ebff, #FFEBFE);