#cdd6f3
a pale, vivid blue · warm · closest name: lavender
RGB
205, 214, 243
HSL
226°, 61%, 88%
CMYK
16, 12, 0, 5
Luminance
0.6754
Every format
| HEX | #cdd6f3 |
| RGB | rgb(205, 214, 243) |
| HSL | hsl(226, 61%, 88%) |
| CMYK | cmyk(16%, 12%, 0%, 5%) |
| LAB | lab(85.8 2.7 -15.2) |
| LCH | lch(85.8 15.4 280.1) |
| OKLCH | oklch(0.878 0.041 271.9) |
Copy-ready code
/* CSS */
color: #cdd6f3;
background-color: #cdd6f3;
/* Tailwind (arbitrary) */
class="text-[#cdd6f3] bg-[#cdd6f3]"
/* SCSS */
$brand: #cdd6f3;
/* SwiftUI */
Color(red: 0.804, green: 0.839, blue: 0.953)
/* Android */
Color.parseColor("#cdd6f3")Accessibility — WCAG contrast
Aa
#cdd6f3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd6f3 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.9%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta11.9%
Yellow0.0%
Key (black)4.7%
Color previews
#cdd6f3 text on a black background
contrast 14.51:1
Card sample
#cdd6f3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd6f3;
Background color
Panel with #cdd6f3 background
background-color: #cdd6f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd6f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 214, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 214, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd6f3; background: linear-gradient(135deg, #cdd6f3, #DDCDF3);