#cedcd3
a light, soft green · cool · closest name: silver
RGB
206, 220, 211
HSL
141°, 17%, 84%
CMYK
6, 0, 4, 14
Luminance
0.6901
Every format
| HEX | #cedcd3 |
| RGB | rgb(206, 220, 211) |
| HSL | hsl(141, 17%, 84%) |
| CMYK | cmyk(6%, 0%, 4%, 14%) |
| LAB | lab(86.5 -6.4 2.8) |
| LCH | lch(86.5 7.0 156.2) |
| OKLCH | oklch(0.881 0.019 157.8) |
Copy-ready code
/* CSS */
color: #cedcd3;
background-color: #cedcd3;
/* Tailwind (arbitrary) */
class="text-[#cedcd3] bg-[#cedcd3]"
/* SCSS */
$brand: #cedcd3;
/* SwiftUI */
Color(red: 0.808, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#cedcd3")Accessibility — WCAG contrast
Aa
#cedcd3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedcd3 on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.3%
Blue82.7%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#cedcd3 text on a black background
contrast 14.80:1
Card sample
#cedcd3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedcd3;
Background color
Panel with #cedcd3 background
background-color: #cedcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedcd3; background: linear-gradient(135deg, #cedcd3, #CEDCDC);