#cddafc
a pale, electric blue · cool · closest name: lavender
RGB
205, 218, 252
HSL
223°, 89%, 90%
CMYK
19, 14, 0, 1
Luminance
0.7015
Every format
| HEX | #cddafc |
| RGB | rgb(205, 218, 252) |
| HSL | hsl(223, 89%, 90%) |
| CMYK | cmyk(19%, 14%, 0%, 1%) |
| LAB | lab(87.1 2.5 -18.0) |
| LCH | lch(87.1 18.2 278.0) |
| OKLCH | oklch(0.889 0.049 268.8) |
Copy-ready code
/* CSS */
color: #cddafc;
background-color: #cddafc;
/* Tailwind (arbitrary) */
class="text-[#cddafc] bg-[#cddafc]"
/* SCSS */
$brand: #cddafc;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#cddafc")Accessibility — WCAG contrast
Aa
#cddafc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddafc on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cddafc text on a black background
contrast 15.03:1
Card sample
#cddafc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddafc;
Background color
Panel with #cddafc background
background-color: #cddafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddafc; background: linear-gradient(135deg, #cddafc, #DFCDFC);