#cedace
a light, muted green · cool · closest name: silver
RGB
206, 218, 206
HSL
120°, 14%, 83%
CMYK
6, 0, 6, 15
Luminance
0.6772
Every format
| HEX | #cedace |
| RGB | rgb(206, 218, 206) |
| HSL | hsl(120, 14%, 83%) |
| CMYK | cmyk(6%, 0%, 6%, 15%) |
| LAB | lab(85.9 -6.2 4.5) |
| LCH | lch(85.9 7.7 144.1) |
| OKLCH | oklch(0.876 0.021 145.4) |
Copy-ready code
/* CSS */
color: #cedace;
background-color: #cedace;
/* Tailwind (arbitrary) */
class="text-[#cedace] bg-[#cedace]"
/* SCSS */
$brand: #cedace;
/* SwiftUI */
Color(red: 0.808, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#cedace")Accessibility — WCAG contrast
Aa
#cedace on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedace on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.5%
Blue80.8%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#cedace text on a black background
contrast 14.54:1
Card sample
#cedace text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedace;
Background color
Panel with #cedace background
background-color: #cedace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedace; background: linear-gradient(135deg, #cedace, #CEDAD6);