#cfd7ab
a light, soft green · cool · closest name: beige
RGB
207, 215, 171
HSL
71°, 36%, 76%
CMYK
4, 0, 21, 16
Luminance
0.6481
Every format
| HEX | #cfd7ab |
| RGB | rgb(207, 215, 171) |
| HSL | hsl(71, 36%, 76%) |
| CMYK | cmyk(4%, 0%, 21%, 16%) |
| LAB | lab(84.4 -10.1 20.9) |
| LCH | lch(84.4 23.2 115.8) |
| OKLCH | oklch(0.862 0.059 116.0) |
Copy-ready code
/* CSS */
color: #cfd7ab;
background-color: #cfd7ab;
/* Tailwind (arbitrary) */
class="text-[#cfd7ab] bg-[#cfd7ab]"
/* SCSS */
$brand: #cfd7ab;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.671)
/* Android */
Color.parseColor("#cfd7ab")Accessibility — WCAG contrast
Aa
#cfd7ab on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7ab on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue67.1%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow20.5%
Key (black)15.7%
Color previews
#cfd7ab text on a black background
contrast 13.96:1
Card sample
#cfd7ab text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7ab;
Background color
Panel with #cfd7ab background
background-color: #cfd7ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7ab; background: linear-gradient(135deg, #cfd7ab, #B2D7AB);