#cdd3f3
a pale, vivid blue · warm · closest name: lavender
RGB
205, 211, 243
HSL
231°, 61%, 88%
CMYK
16, 13, 0, 5
Luminance
0.6604
Every format
| HEX | #cdd3f3 |
| RGB | rgb(205, 211, 243) |
| HSL | hsl(231, 61%, 88%) |
| CMYK | cmyk(16%, 13%, 0%, 5%) |
| LAB | lab(85.0 4.3 -16.4) |
| LCH | lch(85.0 16.9 284.7) |
| OKLCH | oklch(0.872 0.045 277.0) |
Copy-ready code
/* CSS */
color: #cdd3f3;
background-color: #cdd3f3;
/* Tailwind (arbitrary) */
class="text-[#cdd3f3] bg-[#cdd3f3]"
/* SCSS */
$brand: #cdd3f3;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.953)
/* Android */
Color.parseColor("#cdd3f3")Accessibility — WCAG contrast
Aa
#cdd3f3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3f3 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta13.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cdd3f3 text on a black background
contrast 14.21:1
Card sample
#cdd3f3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3f3;
Background color
Panel with #cdd3f3 background
background-color: #cdd3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3f3; background: linear-gradient(135deg, #cdd3f3, #E0CDF3);