#cadeab
a light, soft green · cool · closest name: beige
RGB
202, 222, 171
HSL
84°, 44%, 77%
CMYK
9, 0, 23, 13
Luminance
0.6774
Every format
| HEX | #cadeab |
| RGB | rgb(202, 222, 171) |
| HSL | hsl(84, 44%, 77%) |
| CMYK | cmyk(9%, 0%, 23%, 13%) |
| LAB | lab(85.9 -15.4 22.9) |
| LCH | lch(85.9 27.6 124.0) |
| OKLCH | oklch(0.873 0.071 125.2) |
Copy-ready code
/* CSS */
color: #cadeab;
background-color: #cadeab;
/* Tailwind (arbitrary) */
class="text-[#cadeab] bg-[#cadeab]"
/* SCSS */
$brand: #cadeab;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.671)
/* Android */
Color.parseColor("#cadeab")Accessibility — WCAG contrast
Aa
#cadeab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadeab on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue67.1%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow23.0%
Key (black)12.9%
Color previews
#cadeab text on a black background
contrast 14.55:1
Card sample
#cadeab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadeab;
Background color
Panel with #cadeab background
background-color: #cadeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadeab; background: linear-gradient(135deg, #cadeab, #ABDEAE);