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