#cfed4f
a balanced, electric green · cool · closest name: yellow
RGB
207, 237, 79
HSL
71°, 81%, 62%
CMYK
13, 0, 67, 7
Luminance
0.7440
Every format
| HEX | #cfed4f |
| RGB | rgb(207, 237, 79) |
| HSL | hsl(71, 81%, 62%) |
| CMYK | cmyk(13%, 0%, 67%, 7%) |
| LAB | lab(89.1 -30.4 70.0) |
| LCH | lch(89.1 76.3 113.5) |
| OKLCH | oklch(0.896 0.181 119.5) |
Copy-ready code
/* CSS */
color: #cfed4f;
background-color: #cfed4f;
/* Tailwind (arbitrary) */
class="text-[#cfed4f] bg-[#cfed4f]"
/* SCSS */
$brand: #cfed4f;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#cfed4f")Accessibility — WCAG contrast
Aa
#cfed4f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfed4f on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue31.0%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow66.7%
Key (black)7.1%
Color previews
#cfed4f text on a black background
contrast 15.88:1
Card sample
#cfed4f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfed4f;
Background color
Panel with #cfed4f background
background-color: #cfed4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfed4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfed4f; background: linear-gradient(135deg, #cfed4f, #66ED4F);