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