#f7dcff
a pale, electric violet · warm · closest name: lavender
RGB
247, 220, 255
HSL
286°, 100%, 93%
CMYK
3, 14, 0, 0
Luminance
0.7818
Every format
| HEX | #f7dcff |
| RGB | rgb(247, 220, 255) |
| HSL | hsl(286, 100%, 93%) |
| CMYK | cmyk(3%, 14%, 0%, 0%) |
| LAB | lab(90.9 15.4 -13.6) |
| LCH | lch(90.9 20.5 318.6) |
| OKLCH | oklch(0.927 0.055 318.4) |
Copy-ready code
/* CSS */
color: #f7dcff;
background-color: #f7dcff;
/* Tailwind (arbitrary) */
class="text-[#f7dcff] bg-[#f7dcff]"
/* SCSS */
$brand: #f7dcff;
/* SwiftUI */
Color(red: 0.969, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#f7dcff")Accessibility — WCAG contrast
Aa
#f7dcff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dcff on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.3%
Blue100.0%
CMYK percentages
Cyan3.1%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#f7dcff text on a black background
contrast 16.64:1
Card sample
#f7dcff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dcff;
Background color
Panel with #f7dcff background
background-color: #f7dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dcff; background: linear-gradient(135deg, #f7dcff, #FFDCF0);