#cfd6c2
a light, soft green · cool · closest name: beige
RGB
207, 214, 194
HSL
81°, 20%, 80%
CMYK
3, 0, 9, 16
Luminance
0.6525
Every format
| HEX | #cfd6c2 |
| RGB | rgb(207, 214, 194) |
| HSL | hsl(81, 20%, 80%) |
| CMYK | cmyk(3%, 0%, 9%, 16%) |
| LAB | lab(84.6 -5.9 9.1) |
| LCH | lch(84.6 10.8 123.2) |
| OKLCH | oklch(0.865 0.028 122.7) |
Copy-ready code
/* CSS */
color: #cfd6c2;
background-color: #cfd6c2;
/* Tailwind (arbitrary) */
class="text-[#cfd6c2] bg-[#cfd6c2]"
/* SCSS */
$brand: #cfd6c2;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.761)
/* Android */
Color.parseColor("#cfd6c2")Accessibility — WCAG contrast
Aa
#cfd6c2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6c2 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue76.1%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow9.3%
Key (black)16.1%
Color previews
#cfd6c2 text on a black background
contrast 14.05:1
Card sample
#cfd6c2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6c2;
Background color
Panel with #cfd6c2 background
background-color: #cfd6c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6c2; background: linear-gradient(135deg, #cfd6c2, #C2D6C2);