#cfed5f
a light, electric green · cool · closest name: khaki
RGB
207, 237, 95
HSL
73°, 80%, 65%
CMYK
13, 0, 60, 7
Luminance
0.7466
Every format
| HEX | #cfed5f |
| RGB | rgb(207, 237, 95) |
| HSL | hsl(73, 80%, 65%) |
| CMYK | cmyk(13%, 0%, 60%, 7%) |
| LAB | lab(89.2 -29.3 63.8) |
| LCH | lch(89.2 70.2 114.7) |
| OKLCH | oklch(0.897 0.170 120.0) |
Copy-ready code
/* CSS */
color: #cfed5f;
background-color: #cfed5f;
/* Tailwind (arbitrary) */
class="text-[#cfed5f] bg-[#cfed5f]"
/* SCSS */
$brand: #cfed5f;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.373)
/* Android */
Color.parseColor("#cfed5f")Accessibility — WCAG contrast
Aa
#cfed5f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfed5f on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue37.3%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow59.9%
Key (black)7.1%
Color previews
#cfed5f text on a black background
contrast 15.93:1
Card sample
#cfed5f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfed5f;
Background color
Panel with #cfed5f background
background-color: #cfed5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfed5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfed5f; background: linear-gradient(135deg, #cfed5f, #70ED5F);