#cddbff
a pale, electric blue · cool · closest name: lavender
RGB
205, 219, 255
HSL
223°, 100%, 90%
CMYK
20, 14, 0, 0
Luminance
0.7086
Every format
| HEX | #cddbff |
| RGB | rgb(205, 219, 255) |
| HSL | hsl(223, 100%, 90%) |
| CMYK | cmyk(20%, 14%, 0%, 0%) |
| LAB | lab(87.4 2.6 -19.1) |
| LCH | lch(87.4 19.3 277.9) |
| OKLCH | oklch(0.892 0.052 268.5) |
Copy-ready code
/* CSS */
color: #cddbff;
background-color: #cddbff;
/* Tailwind (arbitrary) */
class="text-[#cddbff] bg-[#cddbff]"
/* SCSS */
$brand: #cddbff;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#cddbff")Accessibility — WCAG contrast
Aa
#cddbff on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbff on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cddbff text on a black background
contrast 15.17:1
Card sample
#cddbff text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbff;
Background color
Panel with #cddbff background
background-color: #cddbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbff; background: linear-gradient(135deg, #cddbff, #E0CDFF);