#cfef6d
a light, electric green · cool · closest name: khaki
RGB
207, 239, 109
HSL
75°, 80%, 68%
CMYK
13, 0, 54, 6
Luminance
0.7610
Every format
| HEX | #cfef6d |
| RGB | rgb(207, 239, 109) |
| HSL | hsl(75, 80%, 68%) |
| CMYK | cmyk(13%, 0%, 54%, 6%) |
| LAB | lab(89.9 -29.1 58.5) |
| LCH | lch(89.9 65.3 116.5) |
| OKLCH | oklch(0.903 0.160 121.2) |
Copy-ready code
/* CSS */
color: #cfef6d;
background-color: #cfef6d;
/* Tailwind (arbitrary) */
class="text-[#cfef6d] bg-[#cfef6d]"
/* SCSS */
$brand: #cfef6d;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.427)
/* Android */
Color.parseColor("#cfef6d")Accessibility — WCAG contrast
Aa
#cfef6d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfef6d on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue42.7%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow54.4%
Key (black)6.3%
Color previews
#cfef6d text on a black background
contrast 16.22:1
Card sample
#cfef6d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfef6d;
Background color
Panel with #cfef6d background
background-color: #cfef6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfef6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfef6d; background: linear-gradient(135deg, #cfef6d, #78EF6D);