#cfdaa2
a light, soft green · cool · closest name: khaki
RGB
207, 218, 162
HSL
72°, 43%, 75%
CMYK
5, 0, 26, 15
Luminance
0.6602
Every format
| HEX | #cfdaa2 |
| RGB | rgb(207, 218, 162) |
| HSL | hsl(72, 43%, 75%) |
| CMYK | cmyk(5%, 0%, 26%, 15%) |
| LAB | lab(85.0 -12.9 26.4) |
| LCH | lch(85.0 29.4 116.1) |
| OKLCH | oklch(0.866 0.075 117.0) |
Copy-ready code
/* CSS */
color: #cfdaa2;
background-color: #cfdaa2;
/* Tailwind (arbitrary) */
class="text-[#cfdaa2] bg-[#cfdaa2]"
/* SCSS */
$brand: #cfdaa2;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.635)
/* Android */
Color.parseColor("#cfdaa2")Accessibility — WCAG contrast
Aa
#cfdaa2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdaa2 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue63.5%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow25.7%
Key (black)14.5%
Color previews
#cfdaa2 text on a black background
contrast 14.20:1
Card sample
#cfdaa2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdaa2;
Background color
Panel with #cfdaa2 background
background-color: #cfdaa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdaa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdaa2; background: linear-gradient(135deg, #cfdaa2, #AADAA2);