#cdd3f6
a pale, vivid blue · warm · closest name: lavender
RGB
205, 211, 246
HSL
231°, 70%, 88%
CMYK
17, 14, 0, 4
Luminance
0.6622
Every format
| HEX | #cdd3f6 |
| RGB | rgb(205, 211, 246) |
| HSL | hsl(231, 70%, 88%) |
| CMYK | cmyk(17%, 14%, 0%, 4%) |
| LAB | lab(85.1 4.9 -17.8) |
| LCH | lch(85.1 18.5 285.5) |
| OKLCH | oklch(0.873 0.049 277.7) |
Copy-ready code
/* CSS */
color: #cdd3f6;
background-color: #cdd3f6;
/* Tailwind (arbitrary) */
class="text-[#cdd3f6] bg-[#cdd3f6]"
/* SCSS */
$brand: #cdd3f6;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.965)
/* Android */
Color.parseColor("#cdd3f6")Accessibility — WCAG contrast
Aa
#cdd3f6 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3f6 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue96.5%
CMYK percentages
Cyan16.7%
Magenta14.2%
Yellow0.0%
Key (black)3.5%
Color previews
#cdd3f6 text on a black background
contrast 14.24:1
Card sample
#cdd3f6 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3f6;
Background color
Panel with #cdd3f6 background
background-color: #cdd3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3f6; background: linear-gradient(135deg, #cdd3f6, #E2CDF6);