#cdccfb
a pale, electric blue · warm · closest name: lavender
RGB
205, 204, 251
HSL
241°, 86%, 89%
CMYK
18, 19, 0, 2
Luminance
0.6313
Every format
| HEX | #cdccfb |
| RGB | rgb(205, 204, 251) |
| HSL | hsl(241, 86%, 89%) |
| CMYK | cmyk(18%, 19%, 0%, 2%) |
| LAB | lab(83.5 9.7 -22.9) |
| LCH | lch(83.5 24.9 293.0) |
| OKLCH | oklch(0.862 0.065 285.9) |
Copy-ready code
/* CSS */
color: #cdccfb;
background-color: #cdccfb;
/* Tailwind (arbitrary) */
class="text-[#cdccfb] bg-[#cdccfb]"
/* SCSS */
$brand: #cdccfb;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#cdccfb")Accessibility — WCAG contrast
Aa
#cdccfb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccfb on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#cdccfb text on a black background
contrast 13.63:1
Card sample
#cdccfb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccfb;
Background color
Panel with #cdccfb background
background-color: #cdccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccfb; background: linear-gradient(135deg, #cdccfb, #ECCCFB);