#cdc4f4
a pale, vivid blue · warm · closest name: lavender
RGB
205, 196, 244
HSL
251°, 69%, 86%
CMYK
16, 20, 0, 4
Luminance
0.5899
Every format
| HEX | #cdc4f4 |
| RGB | rgb(205, 196, 244) |
| HSL | hsl(251, 69%, 86%) |
| CMYK | cmyk(16%, 20%, 0%, 4%) |
| LAB | lab(81.3 12.5 -22.5) |
| LCH | lch(81.3 25.8 299.1) |
| OKLCH | oklch(0.843 0.067 293.5) |
Copy-ready code
/* CSS */
color: #cdc4f4;
background-color: #cdc4f4;
/* Tailwind (arbitrary) */
class="text-[#cdc4f4] bg-[#cdc4f4]"
/* SCSS */
$brand: #cdc4f4;
/* SwiftUI */
Color(red: 0.804, green: 0.769, blue: 0.957)
/* Android */
Color.parseColor("#cdc4f4")Accessibility — WCAG contrast
Aa
#cdc4f4 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc4f4 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.9%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta19.7%
Yellow0.0%
Key (black)4.3%
Color previews
#cdc4f4 text on a black background
contrast 12.80:1
Card sample
#cdc4f4 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc4f4;
Background color
Panel with #cdc4f4 background
background-color: #cdc4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 196, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 196, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc4f4; background: linear-gradient(135deg, #cdc4f4, #EDC4F4);