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