#cadabf
a light, soft green · cool · closest name: beige
RGB
202, 218, 191
HSL
96°, 27%, 80%
CMYK
7, 0, 12, 15
Luminance
0.6646
Every format
| HEX | #cadabf |
| RGB | rgb(202, 218, 191) |
| HSL | hsl(96, 27%, 80%) |
| CMYK | cmyk(7%, 0%, 12%, 15%) |
| LAB | lab(85.2 -10.2 11.5) |
| LCH | lch(85.2 15.4 131.7) |
| OKLCH | oklch(0.869 0.040 132.4) |
Copy-ready code
/* CSS */
color: #cadabf;
background-color: #cadabf;
/* Tailwind (arbitrary) */
class="text-[#cadabf] bg-[#cadabf]"
/* SCSS */
$brand: #cadabf;
/* SwiftUI */
Color(red: 0.792, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#cadabf")Accessibility — WCAG contrast
Aa
#cadabf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadabf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.5%
Blue74.9%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow12.4%
Key (black)14.5%
Color previews
#cadabf text on a black background
contrast 14.29:1
Card sample
#cadabf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadabf;
Background color
Panel with #cadabf background
background-color: #cadabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadabf; background: linear-gradient(135deg, #cadabf, #BFDAC6);