#cddcfe
a pale, electric blue · cool · closest name: lavender
RGB
205, 220, 254
HSL
222°, 96%, 90%
CMYK
19, 13, 0, 0
Luminance
0.7132
Every format
| HEX | #cddcfe |
| RGB | rgb(205, 220, 254) |
| HSL | hsl(222, 96%, 90%) |
| CMYK | cmyk(19%, 13%, 0%, 0%) |
| LAB | lab(87.6 1.9 -18.2) |
| LCH | lch(87.6 18.3 276.0) |
| OKLCH | oklch(0.894 0.050 266.5) |
Copy-ready code
/* CSS */
color: #cddcfe;
background-color: #cddcfe;
/* Tailwind (arbitrary) */
class="text-[#cddcfe] bg-[#cddcfe]"
/* SCSS */
$brand: #cddcfe;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.996)
/* Android */
Color.parseColor("#cddcfe")Accessibility — WCAG contrast
Aa
#cddcfe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcfe on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta13.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cddcfe text on a black background
contrast 15.26:1
Card sample
#cddcfe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcfe;
Background color
Panel with #cddcfe background
background-color: #cddcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcfe; background: linear-gradient(135deg, #cddcfe, #DFCDFE);