#cddaf5
a pale, vivid blue · cool · closest name: lavender
RGB
205, 218, 245
HSL
221°, 67%, 88%
CMYK
16, 11, 0, 4
Luminance
0.6971
Every format
| HEX | #cddaf5 |
| RGB | rgb(205, 218, 245) |
| HSL | hsl(221, 67%, 88%) |
| CMYK | cmyk(16%, 11%, 0%, 4%) |
| LAB | lab(86.9 1.0 -14.7) |
| LCH | lch(86.9 14.7 274.1) |
| OKLCH | oklch(0.887 0.040 265.1) |
Copy-ready code
/* CSS */
color: #cddaf5;
background-color: #cddaf5;
/* Tailwind (arbitrary) */
class="text-[#cddaf5] bg-[#cddaf5]"
/* SCSS */
$brand: #cddaf5;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.961)
/* Android */
Color.parseColor("#cddaf5")Accessibility — WCAG contrast
Aa
#cddaf5 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddaf5 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta11.0%
Yellow0.0%
Key (black)3.9%
Color previews
#cddaf5 text on a black background
contrast 14.94:1
Card sample
#cddaf5 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddaf5;
Background color
Panel with #cddaf5 background
background-color: #cddaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddaf5; background: linear-gradient(135deg, #cddaf5, #DBCDF5);