#cdd4fe
a pale, electric blue · warm · closest name: lavender
RGB
205, 212, 254
HSL
231°, 96%, 90%
CMYK
19, 17, 0, 0
Luminance
0.6722
Every format
| HEX | #cdd4fe |
| RGB | rgb(205, 212, 254) |
| HSL | hsl(231, 96%, 90%) |
| CMYK | cmyk(19%, 17%, 0%, 0%) |
| LAB | lab(85.6 6.1 -21.3) |
| LCH | lch(85.6 22.1 286.1) |
| OKLCH | oklch(0.878 0.059 277.7) |
Copy-ready code
/* CSS */
color: #cdd4fe;
background-color: #cdd4fe;
/* Tailwind (arbitrary) */
class="text-[#cdd4fe] bg-[#cdd4fe]"
/* SCSS */
$brand: #cdd4fe;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.996)
/* Android */
Color.parseColor("#cdd4fe")Accessibility — WCAG contrast
Aa
#cdd4fe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd4fe on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta16.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cdd4fe text on a black background
contrast 14.44:1
Card sample
#cdd4fe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd4fe;
Background color
Panel with #cdd4fe background
background-color: #cdd4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd4fe; background: linear-gradient(135deg, #cdd4fe, #E7CDFE);