#cdd7fe
a pale, electric blue · warm · closest name: lavender
RGB
205, 215, 254
HSL
228°, 96%, 90%
CMYK
19, 15, 0, 0
Luminance
0.6874
Every format
| HEX | #cdd7fe |
| RGB | rgb(205, 215, 254) |
| HSL | hsl(228, 96%, 90%) |
| CMYK | cmyk(19%, 15%, 0%, 0%) |
| LAB | lab(86.4 4.5 -20.1) |
| LCH | lch(86.4 20.6 282.7) |
| OKLCH | oklch(0.884 0.055 273.9) |
Copy-ready code
/* CSS */
color: #cdd7fe;
background-color: #cdd7fe;
/* Tailwind (arbitrary) */
class="text-[#cdd7fe] bg-[#cdd7fe]"
/* SCSS */
$brand: #cdd7fe;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.996)
/* Android */
Color.parseColor("#cdd7fe")Accessibility — WCAG contrast
Aa
#cdd7fe on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd7fe on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta15.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cdd7fe text on a black background
contrast 14.75:1
Card sample
#cdd7fe text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd7fe;
Background color
Panel with #cdd7fe background
background-color: #cdd7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd7fe; background: linear-gradient(135deg, #cdd7fe, #E4CDFE);