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