#cdd0fc
a pale, electric blue · warm · closest name: lavender
RGB
205, 208, 252
HSL
236°, 89%, 90%
CMYK
19, 18, 0, 1
Luminance
0.6512
Every format
| HEX | #cdd0fc |
| RGB | rgb(205, 208, 252) |
| HSL | hsl(236, 89%, 90%) |
| CMYK | cmyk(19%, 18%, 0%, 1%) |
| LAB | lab(84.5 7.8 -21.8) |
| LCH | lch(84.5 23.2 289.7) |
| OKLCH | oklch(0.870 0.061 282.0) |
Copy-ready code
/* CSS */
color: #cdd0fc;
background-color: #cdd0fc;
/* Tailwind (arbitrary) */
class="text-[#cdd0fc] bg-[#cdd0fc]"
/* SCSS */
$brand: #cdd0fc;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#cdd0fc")Accessibility — WCAG contrast
Aa
#cdd0fc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd0fc on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cdd0fc text on a black background
contrast 14.02:1
Card sample
#cdd0fc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd0fc;
Background color
Panel with #cdd0fc background
background-color: #cdd0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd0fc; background: linear-gradient(135deg, #cdd0fc, #E9CDFC);