#cedcdc
a light, soft cyan · cool · closest name: silver
RGB
206, 220, 220
HSL
180°, 17%, 84%
CMYK
6, 0, 0, 14
Luminance
0.6948
Every format
| HEX | #cedcdc |
| RGB | rgb(206, 220, 220) |
| HSL | hsl(180, 17%, 84%) |
| CMYK | cmyk(6%, 0%, 0%, 14%) |
| LAB | lab(86.7 -4.7 -1.6) |
| LCH | lch(86.7 5.0 199.1) |
| OKLCH | oklch(0.884 0.015 196.9) |
Copy-ready code
/* CSS */
color: #cedcdc;
background-color: #cedcdc;
/* Tailwind (arbitrary) */
class="text-[#cedcdc] bg-[#cedcdc]"
/* SCSS */
$brand: #cedcdc;
/* SwiftUI */
Color(red: 0.808, green: 0.863, blue: 0.863)
/* Android */
Color.parseColor("#cedcdc")Accessibility — WCAG contrast
Aa
#cedcdc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedcdc on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.3%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow0.0%
Key (black)13.7%
Color previews
#cedcdc text on a black background
contrast 14.90:1
Card sample
#cedcdc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedcdc;
Background color
Panel with #cedcdc background
background-color: #cedcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 220, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 220, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedcdc; background: linear-gradient(135deg, #cedcdc, #CED3DC);