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