#cdddef
a pale, vivid blue · cool · closest name: lavender
RGB
205, 221, 239
HSL
212°, 52%, 87%
CMYK
14, 8, 0, 6
Luminance
0.7092
Every format
| HEX | #cdddef |
| RGB | rgb(205, 221, 239) |
| HSL | hsl(212, 52%, 87%) |
| CMYK | cmyk(14%, 8%, 0%, 6%) |
| LAB | lab(87.5 -1.8 -10.6) |
| LCH | lch(87.5 10.8 260.5) |
| OKLCH | oklch(0.891 0.030 251.3) |
Copy-ready code
/* CSS */
color: #cdddef;
background-color: #cdddef;
/* Tailwind (arbitrary) */
class="text-[#cdddef] bg-[#cdddef]"
/* SCSS */
$brand: #cdddef;
/* SwiftUI */
Color(red: 0.804, green: 0.867, blue: 0.937)
/* Android */
Color.parseColor("#cdddef")Accessibility — WCAG contrast
Aa
#cdddef on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdddef on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.7%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta7.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cdddef text on a black background
contrast 15.18:1
Card sample
#cdddef text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdddef;
Background color
Panel with #cdddef background
background-color: #cdddef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdddef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 221, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 221, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdddef; background: linear-gradient(135deg, #cdddef, #D4CDEF);