#cadcbf
a light, soft green · cool · closest name: beige
RGB
202, 220, 191
HSL
97°, 29%, 81%
CMYK
8, 0, 13, 14
Luminance
0.6750
Every format
| HEX | #cadcbf |
| RGB | rgb(202, 220, 191) |
| HSL | hsl(97, 29%, 81%) |
| CMYK | cmyk(8%, 0%, 13%, 14%) |
| LAB | lab(85.8 -11.2 12.2) |
| LCH | lch(85.8 16.6 132.6) |
| OKLCH | oklch(0.873 0.044 133.5) |
Copy-ready code
/* CSS */
color: #cadcbf;
background-color: #cadcbf;
/* Tailwind (arbitrary) */
class="text-[#cadcbf] bg-[#cadcbf]"
/* SCSS */
$brand: #cadcbf;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#cadcbf")Accessibility — WCAG contrast
Aa
#cadcbf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadcbf on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue74.9%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#cadcbf text on a black background
contrast 14.50:1
Card sample
#cadcbf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadcbf;
Background color
Panel with #cadcbf background
background-color: #cadcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadcbf; background: linear-gradient(135deg, #cadcbf, #BFDCC7);