#cadeb5
a light, soft green · cool · closest name: beige
RGB
202, 222, 181
HSL
89°, 38%, 79%
CMYK
9, 0, 19, 13
Luminance
0.6814
Every format
| HEX | #cadeb5 |
| RGB | rgb(202, 222, 181) |
| HSL | hsl(89, 38%, 79%) |
| CMYK | cmyk(9%, 0%, 19%, 13%) |
| LAB | lab(86.1 -13.9 17.9) |
| LCH | lch(86.1 22.7 127.8) |
| OKLCH | oklch(0.875 0.059 128.8) |
Copy-ready code
/* CSS */
color: #cadeb5;
background-color: #cadeb5;
/* Tailwind (arbitrary) */
class="text-[#cadeb5] bg-[#cadeb5]"
/* SCSS */
$brand: #cadeb5;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.710)
/* Android */
Color.parseColor("#cadeb5")Accessibility — WCAG contrast
Aa
#cadeb5 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadeb5 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue71.0%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow18.5%
Key (black)12.9%
Color previews
#cadeb5 text on a black background
contrast 14.63:1
Card sample
#cadeb5 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadeb5;
Background color
Panel with #cadeb5 background
background-color: #cadeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadeb5; background: linear-gradient(135deg, #cadeb5, #B5DEBB);