#cdd3fc
a pale, electric blue · warm · closest name: lavender
RGB
205, 211, 252
HSL
232°, 89%, 90%
CMYK
19, 16, 0, 1
Luminance
0.6660
Every format
| HEX | #cdd3fc |
| RGB | rgb(205, 211, 252) |
| HSL | hsl(232, 89%, 90%) |
| CMYK | cmyk(19%, 16%, 0%, 1%) |
| LAB | lab(85.3 6.2 -20.7) |
| LCH | lch(85.3 21.6 286.7) |
| OKLCH | oklch(0.875 0.057 278.6) |
Copy-ready code
/* CSS */
color: #cdd3fc;
background-color: #cdd3fc;
/* Tailwind (arbitrary) */
class="text-[#cdd3fc] bg-[#cdd3fc]"
/* SCSS */
$brand: #cdd3fc;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.988)
/* Android */
Color.parseColor("#cdd3fc")Accessibility — WCAG contrast
Aa
#cdd3fc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd3fc on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta16.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cdd3fc text on a black background
contrast 14.32:1
Card sample
#cdd3fc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd3fc;
Background color
Panel with #cdd3fc background
background-color: #cdd3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd3fc; background: linear-gradient(135deg, #cdd3fc, #E6CDFC);