#cfdba2
a light, soft green · cool · closest name: khaki
RGB
207, 219, 162
HSL
73°, 44%, 75%
CMYK
6, 0, 26, 14
Luminance
0.6654
Every format
| HEX | #cfdba2 |
| RGB | rgb(207, 219, 162) |
| HSL | hsl(73, 44%, 75%) |
| CMYK | cmyk(6%, 0%, 26%, 14%) |
| LAB | lab(85.3 -13.4 26.8) |
| LCH | lch(85.3 29.9 116.6) |
| OKLCH | oklch(0.868 0.076 117.7) |
Copy-ready code
/* CSS */
color: #cfdba2;
background-color: #cfdba2;
/* Tailwind (arbitrary) */
class="text-[#cfdba2] bg-[#cfdba2]"
/* SCSS */
$brand: #cfdba2;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.635)
/* Android */
Color.parseColor("#cfdba2")Accessibility — WCAG contrast
Aa
#cfdba2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdba2 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue63.5%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow26.0%
Key (black)14.1%
Color previews
#cfdba2 text on a black background
contrast 14.31:1
Card sample
#cfdba2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdba2;
Background color
Panel with #cfdba2 background
background-color: #cfdba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdba2; background: linear-gradient(135deg, #cfdba2, #A9DBA2);