#cad9b2
a light, soft green · cool · closest name: beige
RGB
202, 217, 178
HSL
83°, 34%, 78%
CMYK
7, 0, 18, 15
Luminance
0.6540
Every format
| HEX | #cad9b2 |
| RGB | rgb(202, 217, 178) |
| HSL | hsl(83, 34%, 78%) |
| CMYK | cmyk(7%, 0%, 18%, 15%) |
| LAB | lab(84.7 -11.8 17.6) |
| LCH | lch(84.7 21.2 124.0) |
| OKLCH | oklch(0.864 0.055 124.7) |
Copy-ready code
/* CSS */
color: #cad9b2;
background-color: #cad9b2;
/* Tailwind (arbitrary) */
class="text-[#cad9b2] bg-[#cad9b2]"
/* SCSS */
$brand: #cad9b2;
/* SwiftUI */
Color(red: 0.792, green: 0.851, blue: 0.698)
/* Android */
Color.parseColor("#cad9b2")Accessibility — WCAG contrast
Aa
#cad9b2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad9b2 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.1%
Blue69.8%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow18.0%
Key (black)14.9%
Color previews
#cad9b2 text on a black background
contrast 14.08:1
Card sample
#cad9b2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad9b2;
Background color
Panel with #cad9b2 background
background-color: #cad9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 217, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 217, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad9b2; background: linear-gradient(135deg, #cad9b2, #B2D9B4);