#cfdfa2
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 162
HSL
76°, 49%, 76%
CMYK
7, 0, 27, 13
Luminance
0.6865
Every format
| HEX | #cfdfa2 |
| RGB | rgb(207, 223, 162) |
| HSL | hsl(76, 49%, 76%) |
| CMYK | cmyk(7%, 0%, 27%, 13%) |
| LAB | lab(86.3 -15.4 28.2) |
| LCH | lch(86.3 32.1 118.7) |
| OKLCH | oklch(0.877 0.082 120.1) |
Copy-ready code
/* CSS */
color: #cfdfa2;
background-color: #cfdfa2;
/* Tailwind (arbitrary) */
class="text-[#cfdfa2] bg-[#cfdfa2]"
/* SCSS */
$brand: #cfdfa2;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.635)
/* Android */
Color.parseColor("#cfdfa2")Accessibility — WCAG contrast
Aa
#cfdfa2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfa2 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue63.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow27.4%
Key (black)12.5%
Color previews
#cfdfa2 text on a black background
contrast 14.73:1
Card sample
#cfdfa2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfa2;
Background color
Panel with #cfdfa2 background
background-color: #cfdfa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfa2; background: linear-gradient(135deg, #cfdfa2, #A6DFA2);