#cadcba
a light, soft green · cool · closest name: beige
RGB
202, 220, 186
HSL
92°, 33%, 80%
CMYK
8, 0, 16, 14
Luminance
0.6729
Every format
| HEX | #cadcba |
| RGB | rgb(202, 220, 186) |
| HSL | hsl(92, 33%, 80%) |
| CMYK | cmyk(8%, 0%, 16%, 14%) |
| LAB | lab(85.7 -12.1 14.7) |
| LCH | lch(85.7 19.0 129.4) |
| OKLCH | oklch(0.872 0.050 130.2) |
Copy-ready code
/* CSS */
color: #cadcba;
background-color: #cadcba;
/* Tailwind (arbitrary) */
class="text-[#cadcba] bg-[#cadcba]"
/* SCSS */
$brand: #cadcba;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.729)
/* Android */
Color.parseColor("#cadcba")Accessibility — WCAG contrast
Aa
#cadcba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadcba on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue72.9%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow15.5%
Key (black)13.7%
Color previews
#cadcba text on a black background
contrast 14.46:1
Card sample
#cadcba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadcba;
Background color
Panel with #cadcba background
background-color: #cadcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadcba; background: linear-gradient(135deg, #cadcba, #BADCC1);