#cad2bc
a light, soft green · cool · closest name: silver
RGB
202, 210, 188
HSL
82°, 20%, 78%
CMYK
4, 0, 11, 18
Luminance
0.6228
Every format
| HEX | #cad2bc |
| RGB | rgb(202, 210, 188) |
| HSL | hsl(82, 20%, 78%) |
| CMYK | cmyk(4%, 0%, 11%, 18%) |
| LAB | lab(83.1 -6.6 10.0) |
| LCH | lch(83.1 12.0 123.6) |
| OKLCH | oklch(0.852 0.031 123.4) |
Copy-ready code
/* CSS */
color: #cad2bc;
background-color: #cad2bc;
/* Tailwind (arbitrary) */
class="text-[#cad2bc] bg-[#cad2bc]"
/* SCSS */
$brand: #cad2bc;
/* SwiftUI */
Color(red: 0.792, green: 0.824, blue: 0.737)
/* Android */
Color.parseColor("#cad2bc")Accessibility — WCAG contrast
Aa
#cad2bc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad2bc on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.4%
Blue73.7%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow10.5%
Key (black)17.6%
Color previews
#cad2bc text on a black background
contrast 13.46:1
Card sample
#cad2bc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad2bc;
Background color
Panel with #cad2bc background
background-color: #cad2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 210, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 210, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad2bc; background: linear-gradient(135deg, #cad2bc, #BCD2BD);