#cadbc9
a light, soft green · cool · closest name: beige
RGB
202, 219, 201
HSL
117°, 20%, 82%
CMYK
8, 0, 8, 14
Luminance
0.6744
Every format
| HEX | #cadbc9 |
| RGB | rgb(202, 219, 201) |
| HSL | hsl(117, 20%, 82%) |
| CMYK | cmyk(8%, 0%, 8%, 14%) |
| LAB | lab(85.7 -9.0 6.9) |
| LCH | lch(85.7 11.3 142.5) |
| OKLCH | oklch(0.874 0.030 143.8) |
Copy-ready code
/* CSS */
color: #cadbc9;
background-color: #cadbc9;
/* Tailwind (arbitrary) */
class="text-[#cadbc9] bg-[#cadbc9]"
/* SCSS */
$brand: #cadbc9;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#cadbc9")Accessibility — WCAG contrast
Aa
#cadbc9 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadbc9 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue78.8%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#cadbc9 text on a black background
contrast 14.49:1
Card sample
#cadbc9 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadbc9;
Background color
Panel with #cadbc9 background
background-color: #cadbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadbc9; background: linear-gradient(135deg, #cadbc9, #C9DBD4);