#cef73c
a balanced, electric green · cool · closest name: yellow
RGB
206, 247, 60
HSL
73°, 92%, 60%
CMYK
17, 0, 76, 3
Luminance
0.7997
Every format
| HEX | #cef73c |
| RGB | rgb(206, 247, 60) |
| HSL | hsl(73, 92%, 60%) |
| CMYK | cmyk(17%, 0%, 76%, 3%) |
| LAB | lab(91.7 -36.3 78.8) |
| LCH | lch(91.7 86.8 114.7) |
| OKLCH | oklch(0.916 0.204 121.7) |
Copy-ready code
/* CSS */
color: #cef73c;
background-color: #cef73c;
/* Tailwind (arbitrary) */
class="text-[#cef73c] bg-[#cef73c]"
/* SCSS */
$brand: #cef73c;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.235)
/* Android */
Color.parseColor("#cef73c")Accessibility — WCAG contrast
Aa
#cef73c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef73c on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue23.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow75.7%
Key (black)3.1%
Color previews
#cef73c text on a black background
contrast 16.99:1
Card sample
#cef73c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef73c;
Background color
Panel with #cef73c background
background-color: #cef73c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef73c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef73c; background: linear-gradient(135deg, #cef73c, #51F73C);