#cddcea
a pale, soft blue · cool · closest name: lavender
RGB
205, 220, 234
HSL
209°, 41%, 86%
CMYK
12, 6, 0, 8
Luminance
0.7011
Every format
| HEX | #cddcea |
| RGB | rgb(205, 220, 234) |
| HSL | hsl(209, 41%, 86%) |
| CMYK | cmyk(12%, 6%, 0%, 8%) |
| LAB | lab(87.0 -2.3 -8.6) |
| LCH | lch(87.0 8.9 255.1) |
| OKLCH | oklch(0.887 0.025 246.2) |
Copy-ready code
/* CSS */
color: #cddcea;
background-color: #cddcea;
/* Tailwind (arbitrary) */
class="text-[#cddcea] bg-[#cddcea]"
/* SCSS */
$brand: #cddcea;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.918)
/* Android */
Color.parseColor("#cddcea")Accessibility — WCAG contrast
Aa
#cddcea on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcea on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue91.8%
CMYK percentages
Cyan12.4%
Magenta6.0%
Yellow0.0%
Key (black)8.2%
Color previews
#cddcea text on a black background
contrast 15.02:1
Card sample
#cddcea text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcea;
Background color
Panel with #cddcea background
background-color: #cddcea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcea; background: linear-gradient(135deg, #cddcea, #D1CDEA);