#ced2c3
a light, muted green · cool · closest name: silver
RGB
206, 210, 195
HSL
76°, 14%, 79%
CMYK
2, 0, 7, 18
Luminance
0.6316
Every format
| HEX | #ced2c3 |
| RGB | rgb(206, 210, 195) |
| HSL | hsl(76, 14%, 79%) |
| CMYK | cmyk(2%, 0%, 7%, 18%) |
| LAB | lab(83.5 -4.0 7.0) |
| LCH | lch(83.5 8.1 120.1) |
| OKLCH | oklch(0.857 0.021 119.0) |
Copy-ready code
/* CSS */
color: #ced2c3;
background-color: #ced2c3;
/* Tailwind (arbitrary) */
class="text-[#ced2c3] bg-[#ced2c3]"
/* SCSS */
$brand: #ced2c3;
/* SwiftUI */
Color(red: 0.808, green: 0.824, blue: 0.765)
/* Android */
Color.parseColor("#ced2c3")Accessibility — WCAG contrast
Aa
#ced2c3 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced2c3 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green82.4%
Blue76.5%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow7.1%
Key (black)17.6%
Color previews
#ced2c3 text on a black background
contrast 13.63:1
Card sample
#ced2c3 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced2c3;
Background color
Panel with #ced2c3 background
background-color: #ced2c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced2c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 210, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 210, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced2c3; background: linear-gradient(135deg, #ced2c3, #C4D2C3);