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