#cedcdf
a light, soft cyan · cool · closest name: silver
RGB
206, 220, 223
HSL
191°, 21%, 84%
CMYK
8, 1, 0, 13
Luminance
0.6964
Every format
| HEX | #cedcdf |
| RGB | rgb(206, 220, 223) |
| HSL | hsl(191, 21%, 84%) |
| CMYK | cmyk(8%, 1%, 0%, 13%) |
| LAB | lab(86.8 -4.1 -3.1) |
| LCH | lch(86.8 5.1 216.8) |
| OKLCH | oklch(0.885 0.016 212.0) |
Copy-ready code
/* CSS */
color: #cedcdf;
background-color: #cedcdf;
/* Tailwind (arbitrary) */
class="text-[#cedcdf] bg-[#cedcdf]"
/* SCSS */
$brand: #cedcdf;
/* SwiftUI */
Color(red: 0.808, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#cedcdf")Accessibility — WCAG contrast
Aa
#cedcdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedcdf on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cedcdf text on a black background
contrast 14.93:1
Card sample
#cedcdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedcdf;
Background color
Panel with #cedcdf background
background-color: #cedcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedcdf; background: linear-gradient(135deg, #cedcdf, #CED1DF);