#cad2c3
a light, muted green · cool · closest name: silver
RGB
202, 210, 195
HSL
92°, 14%, 79%
CMYK
4, 0, 7, 18
Luminance
0.6259
Every format
| HEX | #cad2c3 |
| RGB | rgb(202, 210, 195) |
| HSL | hsl(92, 14%, 79%) |
| CMYK | cmyk(4%, 0%, 7%, 18%) |
| LAB | lab(83.2 -5.4 6.5) |
| LCH | lch(83.2 8.5 129.9) |
| OKLCH | oklch(0.853 0.022 130.0) |
Copy-ready code
/* CSS */
color: #cad2c3;
background-color: #cad2c3;
/* Tailwind (arbitrary) */
class="text-[#cad2c3] bg-[#cad2c3]"
/* SCSS */
$brand: #cad2c3;
/* SwiftUI */
Color(red: 0.792, green: 0.824, blue: 0.765)
/* Android */
Color.parseColor("#cad2c3")Accessibility — WCAG contrast
Aa
#cad2c3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad2c3 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.4%
Blue76.5%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow7.1%
Key (black)17.6%
Color previews
#cad2c3 text on a black background
contrast 13.52:1
Card sample
#cad2c3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad2c3;
Background color
Panel with #cad2c3 background
background-color: #cad2c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad2c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 210, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 210, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad2c3; background: linear-gradient(135deg, #cad2c3, #C3D2C6);