#cdc4f0
a pale, vivid blue · warm · closest name: lavender
RGB
205, 196, 240
HSL
252°, 60%, 86%
CMYK
15, 18, 0, 6
Luminance
0.5875
Every format
| HEX | #cdc4f0 |
| RGB | rgb(205, 196, 240) |
| HSL | hsl(252, 60%, 86%) |
| CMYK | cmyk(15%, 18%, 0%, 6%) |
| LAB | lab(81.2 11.7 -20.6) |
| LCH | lch(81.2 23.7 299.6) |
| OKLCH | oklch(0.842 0.061 294.4) |
Copy-ready code
/* CSS */
color: #cdc4f0;
background-color: #cdc4f0;
/* Tailwind (arbitrary) */
class="text-[#cdc4f0] bg-[#cdc4f0]"
/* SCSS */
$brand: #cdc4f0;
/* SwiftUI */
Color(red: 0.804, green: 0.769, blue: 0.941)
/* Android */
Color.parseColor("#cdc4f0")Accessibility — WCAG contrast
Aa
#cdc4f0 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc4f0 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.9%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta18.3%
Yellow0.0%
Key (black)5.9%
Color previews
#cdc4f0 text on a black background
contrast 12.75:1
Card sample
#cdc4f0 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc4f0;
Background color
Panel with #cdc4f0 background
background-color: #cdc4f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc4f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 196, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 196, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc4f0; background: linear-gradient(135deg, #cdc4f0, #EAC4F0);