#dfd2f6
a pale, vivid violet · warm · closest name: lavender
RGB
223, 210, 246
HSL
262°, 67%, 89%
CMYK
9, 15, 0, 4
Luminance
0.6843
Every format
| HEX | #dfd2f6 |
| RGB | rgb(223, 210, 246) |
| HSL | hsl(262, 67%, 89%) |
| CMYK | cmyk(9%, 15%, 0%, 4%) |
| LAB | lab(86.2 11.2 -16.0) |
| LCH | lch(86.2 19.5 304.9) |
| OKLCH | oklch(0.885 0.051 301.8) |
Copy-ready code
/* CSS */
color: #dfd2f6;
background-color: #dfd2f6;
/* Tailwind (arbitrary) */
class="text-[#dfd2f6] bg-[#dfd2f6]"
/* SCSS */
$brand: #dfd2f6;
/* SwiftUI */
Color(red: 0.875, green: 0.824, blue: 0.965)
/* Android */
Color.parseColor("#dfd2f6")Accessibility — WCAG contrast
Aa
#dfd2f6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd2f6 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.4%
Blue96.5%
CMYK percentages
Cyan9.3%
Magenta14.6%
Yellow0.0%
Key (black)3.5%
Color previews
#dfd2f6 text on a black background
contrast 14.69:1
Card sample
#dfd2f6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd2f6;
Background color
Panel with #dfd2f6 background
background-color: #dfd2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 210, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 210, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd2f6; background: linear-gradient(135deg, #dfd2f6, #F6D2F5);