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