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