#cfd8ab
a light, soft green · cool · closest name: beige
RGB
207, 216, 171
HSL
72°, 37%, 76%
CMYK
4, 0, 21, 15
Luminance
0.6532
Every format
| HEX | #cfd8ab |
| RGB | rgb(207, 216, 171) |
| HSL | hsl(72, 37%, 76%) |
| CMYK | cmyk(4%, 0%, 21%, 15%) |
| LAB | lab(84.7 -10.6 21.2) |
| LCH | lch(84.7 23.7 116.6) |
| OKLCH | oklch(0.864 0.061 116.9) |
Copy-ready code
/* CSS */
color: #cfd8ab;
background-color: #cfd8ab;
/* Tailwind (arbitrary) */
class="text-[#cfd8ab] bg-[#cfd8ab]"
/* SCSS */
$brand: #cfd8ab;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.671)
/* Android */
Color.parseColor("#cfd8ab")Accessibility — WCAG contrast
Aa
#cfd8ab on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd8ab on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue67.1%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow20.8%
Key (black)15.3%
Color previews
#cfd8ab text on a black background
contrast 14.06:1
Card sample
#cfd8ab text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd8ab;
Background color
Panel with #cfd8ab background
background-color: #cfd8ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd8ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd8ab; background: linear-gradient(135deg, #cfd8ab, #B1D8AB);