#cadcb2
a light, soft green · cool · closest name: beige
RGB
202, 220, 178
HSL
86°, 38%, 78%
CMYK
8, 0, 19, 14
Luminance
0.6696
Every format
| HEX | #cadcb2 |
| RGB | rgb(202, 220, 178) |
| HSL | hsl(86, 38%, 78%) |
| CMYK | cmyk(8%, 0%, 19%, 14%) |
| LAB | lab(85.5 -13.4 18.7) |
| LCH | lch(85.5 22.9 125.6) |
| OKLCH | oklch(0.870 0.059 126.5) |
Copy-ready code
/* CSS */
color: #cadcb2;
background-color: #cadcb2;
/* Tailwind (arbitrary) */
class="text-[#cadcb2] bg-[#cadcb2]"
/* SCSS */
$brand: #cadcb2;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.698)
/* Android */
Color.parseColor("#cadcb2")Accessibility — WCAG contrast
Aa
#cadcb2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadcb2 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue69.8%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow19.1%
Key (black)13.7%
Color previews
#cadcb2 text on a black background
contrast 14.39:1
Card sample
#cadcb2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadcb2;
Background color
Panel with #cadcb2 background
background-color: #cadcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadcb2; background: linear-gradient(135deg, #cadcb2, #B2DCB6);