#cdd3f8
a pale, electric blue · warm · closest name: lavender
RGB
205, 211, 248
HSL
232°, 75%, 89%
CMYK
17, 15, 0, 3
Luminance
0.6634
Every format
| HEX | #cdd3f8 |
| RGB | rgb(205, 211, 248) |
| HSL | hsl(232, 75%, 89%) |
| CMYK | cmyk(17%, 15%, 0%, 3%) |
| LAB | lab(85.2 5.4 -18.8) |
| LCH | lch(85.2 19.5 285.9) |
| OKLCH | oklch(0.874 0.051 278.0) |
Copy-ready code
/* CSS */
color: #cdd3f8;
background-color: #cdd3f8;
/* Tailwind (arbitrary) */
class="text-[#cdd3f8] bg-[#cdd3f8]"
/* SCSS */
$brand: #cdd3f8;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.973)
/* Android */
Color.parseColor("#cdd3f8")Accessibility — WCAG contrast
Aa
#cdd3f8 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3f8 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue97.3%
CMYK percentages
Cyan17.3%
Magenta14.9%
Yellow0.0%
Key (black)2.7%
Color previews
#cdd3f8 text on a black background
contrast 14.27:1
Card sample
#cdd3f8 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3f8;
Background color
Panel with #cdd3f8 background
background-color: #cdd3f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3f8; background: linear-gradient(135deg, #cdd3f8, #E4CDF8);