#cdd4fc
a pale, electric blue · warm · closest name: lavender
RGB
205, 212, 252
HSL
231°, 89%, 90%
CMYK
19, 16, 0, 1
Luminance
0.6709
Every format
| HEX | #cdd4fc |
| RGB | rgb(205, 212, 252) |
| HSL | hsl(231, 89%, 90%) |
| CMYK | cmyk(19%, 16%, 0%, 1%) |
| LAB | lab(85.5 5.7 -20.3) |
| LCH | lch(85.5 21.1 285.6) |
| OKLCH | oklch(0.877 0.056 277.4) |
Copy-ready code
/* CSS */
color: #cdd4fc;
background-color: #cdd4fc;
/* Tailwind (arbitrary) */
class="text-[#cdd4fc] bg-[#cdd4fc]"
/* SCSS */
$brand: #cdd4fc;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#cdd4fc")Accessibility — WCAG contrast
Aa
#cdd4fc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd4fc on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta15.9%
Yellow0.0%
Key (black)1.2%
Color previews
#cdd4fc text on a black background
contrast 14.42:1
Card sample
#cdd4fc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd4fc;
Background color
Panel with #cdd4fc background
background-color: #cdd4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd4fc; background: linear-gradient(135deg, #cdd4fc, #E5CDFC);