#cddbdc
a light, soft cyan · cool · closest name: silver
RGB
205, 219, 220
HSL
184°, 18%, 83%
CMYK
7, 1, 0, 14
Luminance
0.6881
Every format
| HEX | #cddbdc |
| RGB | rgb(205, 219, 220) |
| HSL | hsl(184, 18%, 83%) |
| CMYK | cmyk(7%, 1%, 0%, 14%) |
| LAB | lab(86.4 -4.5 -2.1) |
| LCH | lch(86.4 5.0 205.2) |
| OKLCH | oklch(0.881 0.015 202.0) |
Copy-ready code
/* CSS */
color: #cddbdc;
background-color: #cddbdc;
/* Tailwind (arbitrary) */
class="text-[#cddbdc] bg-[#cddbdc]"
/* SCSS */
$brand: #cddbdc;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.863)
/* Android */
Color.parseColor("#cddbdc")Accessibility — WCAG contrast
Aa
#cddbdc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbdc on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta0.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cddbdc text on a black background
contrast 14.76:1
Card sample
#cddbdc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbdc;
Background color
Panel with #cddbdc background
background-color: #cddbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbdc; background: linear-gradient(135deg, #cddbdc, #CDD1DC);