#cadbc2
a light, soft green · cool · closest name: beige
RGB
202, 219, 194
HSL
101°, 26%, 81%
CMYK
8, 0, 11, 14
Luminance
0.6711
Every format
| HEX | #cadbc2 |
| RGB | rgb(202, 219, 194) |
| HSL | hsl(101, 26%, 81%) |
| CMYK | cmyk(8%, 0%, 11%, 14%) |
| LAB | lab(85.6 -10.2 10.4) |
| LCH | lch(85.6 14.6 134.6) |
| OKLCH | oklch(0.872 0.038 135.5) |
Copy-ready code
/* CSS */
color: #cadbc2;
background-color: #cadbc2;
/* Tailwind (arbitrary) */
class="text-[#cadbc2] bg-[#cadbc2]"
/* SCSS */
$brand: #cadbc2;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.761)
/* Android */
Color.parseColor("#cadbc2")Accessibility — WCAG contrast
Aa
#cadbc2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadbc2 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue76.1%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow11.4%
Key (black)14.1%
Color previews
#cadbc2 text on a black background
contrast 14.42:1
Card sample
#cadbc2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadbc2;
Background color
Panel with #cadbc2 background
background-color: #cadbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadbc2; background: linear-gradient(135deg, #cadbc2, #C2DBCB);