#cdc2f4
a pale, vivid blue · warm · closest name: lavender
RGB
205, 194, 244
HSL
253°, 69%, 86%
CMYK
16, 21, 0, 4
Luminance
0.5809
Every format
| HEX | #cdc2f4 |
| RGB | rgb(205, 194, 244) |
| HSL | hsl(253, 69%, 86%) |
| CMYK | cmyk(16%, 21%, 0%, 4%) |
| LAB | lab(80.8 13.6 -23.3) |
| LCH | lch(80.8 26.9 300.3) |
| OKLCH | oklch(0.840 0.070 294.9) |
Copy-ready code
/* CSS */
color: #cdc2f4;
background-color: #cdc2f4;
/* Tailwind (arbitrary) */
class="text-[#cdc2f4] bg-[#cdc2f4]"
/* SCSS */
$brand: #cdc2f4;
/* SwiftUI */
Color(red: 0.804, green: 0.761, blue: 0.957)
/* Android */
Color.parseColor("#cdc2f4")Accessibility — WCAG contrast
Aa
#cdc2f4 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc2f4 on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.1%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta20.5%
Yellow0.0%
Key (black)4.3%
Color previews
#cdc2f4 text on a black background
contrast 12.62:1
Card sample
#cdc2f4 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc2f4;
Background color
Panel with #cdc2f4 background
background-color: #cdc2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 194, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 194, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc2f4; background: linear-gradient(135deg, #cdc2f4, #EEC2F4);