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