#cad7bf
a light, soft green · cool · closest name: beige
RGB
202, 215, 191
HSL
93°, 23%, 80%
CMYK
6, 0, 11, 16
Luminance
0.6492
Every format
| HEX | #cad7bf |
| RGB | rgb(202, 215, 191) |
| HSL | hsl(93, 23%, 80%) |
| CMYK | cmyk(6%, 0%, 11%, 16%) |
| LAB | lab(84.4 -8.7 10.3) |
| LCH | lch(84.4 13.5 130.0) |
| OKLCH | oklch(0.863 0.035 130.5) |
Copy-ready code
/* CSS */
color: #cad7bf;
background-color: #cad7bf;
/* Tailwind (arbitrary) */
class="text-[#cad7bf] bg-[#cad7bf]"
/* SCSS */
$brand: #cad7bf;
/* SwiftUI */
Color(red: 0.792, green: 0.843, blue: 0.749)
/* Android */
Color.parseColor("#cad7bf")Accessibility — WCAG contrast
Aa
#cad7bf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad7bf on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.3%
Blue74.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow11.2%
Key (black)15.7%
Color previews
#cad7bf text on a black background
contrast 13.98:1
Card sample
#cad7bf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad7bf;
Background color
Panel with #cad7bf background
background-color: #cad7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 215, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 215, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad7bf; background: linear-gradient(135deg, #cad7bf, #BFD7C4);