#f2d3ff
a pale, electric violet · warm · closest name: lavender
RGB
242, 211, 255
HSL
282°, 100%, 91%
CMYK
5, 17, 0, 0
Luminance
0.7269
Every format
| HEX | #f2d3ff |
| RGB | rgb(242, 211, 255) |
| HSL | hsl(282, 100%, 91%) |
| CMYK | cmyk(5%, 17%, 0%, 0%) |
| LAB | lab(88.3 18.5 -17.5) |
| LCH | lch(88.3 25.4 316.6) |
| OKLCH | oklch(0.906 0.068 315.9) |
Copy-ready code
/* CSS */
color: #f2d3ff;
background-color: #f2d3ff;
/* Tailwind (arbitrary) */
class="text-[#f2d3ff] bg-[#f2d3ff]"
/* SCSS */
$brand: #f2d3ff;
/* SwiftUI */
Color(red: 0.949, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#f2d3ff")Accessibility — WCAG contrast
Aa
#f2d3ff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d3ff on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green82.7%
Blue100.0%
CMYK percentages
Cyan5.1%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f2d3ff text on a black background
contrast 15.54:1
Card sample
#f2d3ff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d3ff;
Background color
Panel with #f2d3ff background
background-color: #f2d3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d3ff; background: linear-gradient(135deg, #f2d3ff, #FFD3EF);