#f3ebfc
a pale, vivid violet · warm · closest name: lavender
RGB
243, 235, 252
HSL
268°, 74%, 96%
CMYK
4, 7, 0, 1
Luminance
0.8550
Every format
| HEX | #f3ebfc |
| RGB | rgb(243, 235, 252) |
| HSL | hsl(268, 74%, 96%) |
| CMYK | cmyk(4%, 7%, 0%, 1%) |
| LAB | lab(94.1 5.7 -7.2) |
| LCH | lch(94.1 9.2 308.3) |
| OKLCH | oklch(0.951 0.024 307.0) |
Copy-ready code
/* CSS */
color: #f3ebfc;
background-color: #f3ebfc;
/* Tailwind (arbitrary) */
class="text-[#f3ebfc] bg-[#f3ebfc]"
/* SCSS */
$brand: #f3ebfc;
/* SwiftUI */
Color(red: 0.953, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#f3ebfc")Accessibility — WCAG contrast
Aa
#f3ebfc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ebfc on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green92.2%
Blue98.8%
CMYK percentages
Cyan3.6%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f3ebfc text on a black background
contrast 18.10:1
Card sample
#f3ebfc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ebfc;
Background color
Panel with #f3ebfc background
background-color: #f3ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ebfc; background: linear-gradient(135deg, #f3ebfc, #FCEBFA);