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