#cdd7fc
a pale, electric blue · warm · closest name: lavender
RGB
205, 215, 252
HSL
227°, 89%, 90%
CMYK
19, 15, 0, 1
Luminance
0.6861
Every format
| HEX | #cdd7fc |
| RGB | rgb(205, 215, 252) |
| HSL | hsl(227, 89%, 90%) |
| CMYK | cmyk(19%, 15%, 0%, 1%) |
| LAB | lab(86.3 4.1 -19.2) |
| LCH | lch(86.3 19.6 282.1) |
| OKLCH | oklch(0.883 0.052 273.4) |
Copy-ready code
/* CSS */
color: #cdd7fc;
background-color: #cdd7fc;
/* Tailwind (arbitrary) */
class="text-[#cdd7fc] bg-[#cdd7fc]"
/* SCSS */
$brand: #cdd7fc;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.988)
/* Android */
Color.parseColor("#cdd7fc")Accessibility — WCAG contrast
Aa
#cdd7fc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd7fc on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta14.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cdd7fc text on a black background
contrast 14.72:1
Card sample
#cdd7fc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd7fc;
Background color
Panel with #cdd7fc background
background-color: #cdd7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd7fc; background: linear-gradient(135deg, #cdd7fc, #E2CDFC);