#f3dcff
a pale, electric violet · warm · closest name: lavender
RGB
243, 220, 255
HSL
279°, 100%, 93%
CMYK
5, 14, 0, 0
Luminance
0.7746
Every format
| HEX | #f3dcff |
| RGB | rgb(243, 220, 255) |
| HSL | hsl(279, 100%, 93%) |
| CMYK | cmyk(5%, 14%, 0%, 0%) |
| LAB | lab(90.5 14.1 -14.1) |
| LCH | lch(90.5 19.9 314.9) |
| OKLCH | oklch(0.924 0.053 314.2) |
Copy-ready code
/* CSS */
color: #f3dcff;
background-color: #f3dcff;
/* Tailwind (arbitrary) */
class="text-[#f3dcff] bg-[#f3dcff]"
/* SCSS */
$brand: #f3dcff;
/* SwiftUI */
Color(red: 0.953, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#f3dcff")Accessibility — WCAG contrast
Aa
#f3dcff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dcff on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green86.3%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#f3dcff text on a black background
contrast 16.49:1
Card sample
#f3dcff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dcff;
Background color
Panel with #f3dcff background
background-color: #f3dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dcff; background: linear-gradient(135deg, #f3dcff, #FFDCF4);