#cfd6ac
a light, soft green · cool · closest name: beige
RGB
207, 214, 172
HSL
70°, 34%, 76%
CMYK
3, 0, 20, 16
Luminance
0.6434
Every format
| HEX | #cfd6ac |
| RGB | rgb(207, 214, 172) |
| HSL | hsl(70, 34%, 76%) |
| CMYK | cmyk(3%, 0%, 20%, 16%) |
| LAB | lab(84.1 -9.4 20.0) |
| LCH | lch(84.1 22.1 115.3) |
| OKLCH | oklch(0.860 0.057 115.3) |
Copy-ready code
/* CSS */
color: #cfd6ac;
background-color: #cfd6ac;
/* Tailwind (arbitrary) */
class="text-[#cfd6ac] bg-[#cfd6ac]"
/* SCSS */
$brand: #cfd6ac;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.675)
/* Android */
Color.parseColor("#cfd6ac")Accessibility — WCAG contrast
Aa
#cfd6ac on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6ac on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue67.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow19.6%
Key (black)16.1%
Color previews
#cfd6ac text on a black background
contrast 13.87:1
Card sample
#cfd6ac text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6ac;
Background color
Panel with #cfd6ac background
background-color: #cfd6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6ac; background: linear-gradient(135deg, #cfd6ac, #B3D6AC);