#cdc9fc
a pale, electric blue · warm · closest name: lavender
RGB
205, 201, 252
HSL
245°, 90%, 89%
CMYK
19, 20, 0, 1
Luminance
0.6178
Every format
| HEX | #cdc9fc |
| RGB | rgb(205, 201, 252) |
| HSL | hsl(245, 90%, 89%) |
| CMYK | cmyk(19%, 20%, 0%, 1%) |
| LAB | lab(82.8 11.6 -24.5) |
| LCH | lch(82.8 27.1 295.2) |
| OKLCH | oklch(0.856 0.070 288.4) |
Copy-ready code
/* CSS */
color: #cdc9fc;
background-color: #cdc9fc;
/* Tailwind (arbitrary) */
class="text-[#cdc9fc] bg-[#cdc9fc]"
/* SCSS */
$brand: #cdc9fc;
/* SwiftUI */
Color(red: 0.804, green: 0.788, blue: 0.988)
/* Android */
Color.parseColor("#cdc9fc")Accessibility — WCAG contrast
Aa
#cdc9fc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc9fc on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.8%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta20.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cdc9fc text on a black background
contrast 13.36:1
Card sample
#cdc9fc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc9fc;
Background color
Panel with #cdc9fc background
background-color: #cdc9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 201, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 201, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc9fc; background: linear-gradient(135deg, #cdc9fc, #EFC9FC);