#cfd9ab
a light, soft green · cool · closest name: beige
RGB
207, 217, 171
HSL
73°, 38%, 76%
CMYK
5, 0, 21, 15
Luminance
0.6583
Every format
| HEX | #cfd9ab |
| RGB | rgb(207, 217, 171) |
| HSL | hsl(73, 38%, 76%) |
| CMYK | cmyk(5%, 0%, 21%, 15%) |
| LAB | lab(84.9 -11.1 21.6) |
| LCH | lch(84.9 24.3 117.3) |
| OKLCH | oklch(0.866 0.062 117.7) |
Copy-ready code
/* CSS */
color: #cfd9ab;
background-color: #cfd9ab;
/* Tailwind (arbitrary) */
class="text-[#cfd9ab] bg-[#cfd9ab]"
/* SCSS */
$brand: #cfd9ab;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 0.671)
/* Android */
Color.parseColor("#cfd9ab")Accessibility — WCAG contrast
Aa
#cfd9ab on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd9ab on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue67.1%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow21.2%
Key (black)14.9%
Color previews
#cfd9ab text on a black background
contrast 14.17:1
Card sample
#cfd9ab text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd9ab;
Background color
Panel with #cfd9ab background
background-color: #cfd9ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd9ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd9ab; background: linear-gradient(135deg, #cfd9ab, #B0D9AB);