#cef63c
a balanced, electric green · cool · closest name: yellow
RGB
206, 246, 60
HSL
73°, 91%, 60%
CMYK
16, 0, 76, 4
Luminance
0.7936
Every format
| HEX | #cef63c |
| RGB | rgb(206, 246, 60) |
| HSL | hsl(73, 91%, 60%) |
| CMYK | cmyk(16%, 0%, 76%, 4%) |
| LAB | lab(91.4 -35.9 78.6) |
| LCH | lch(91.4 86.4 114.5) |
| OKLCH | oklch(0.914 0.203 121.5) |
Copy-ready code
/* CSS */
color: #cef63c;
background-color: #cef63c;
/* Tailwind (arbitrary) */
class="text-[#cef63c] bg-[#cef63c]"
/* SCSS */
$brand: #cef63c;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.235)
/* Android */
Color.parseColor("#cef63c")Accessibility — WCAG contrast
Aa
#cef63c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef63c on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue23.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow75.6%
Key (black)3.5%
Color previews
#cef63c text on a black background
contrast 16.87:1
Card sample
#cef63c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef63c;
Background color
Panel with #cef63c background
background-color: #cef63c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef63c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef63c; background: linear-gradient(135deg, #cef63c, #52F63C);