#cef525
a balanced, electric green · cool · closest name: yellow
RGB
206, 245, 37
HSL
71°, 91%, 55%
CMYK
16, 0, 85, 4
Luminance
0.7856
Every format
| HEX | #cef525 |
| RGB | rgb(206, 245, 37) |
| HSL | hsl(71, 91%, 55%) |
| CMYK | cmyk(16%, 0%, 85%, 4%) |
| LAB | lab(91.0 -36.2 84.0) |
| LCH | lch(91.0 91.5 113.3) |
| OKLCH | oklch(0.910 0.211 120.9) |
Copy-ready code
/* CSS */
color: #cef525;
background-color: #cef525;
/* Tailwind (arbitrary) */
class="text-[#cef525] bg-[#cef525]"
/* SCSS */
$brand: #cef525;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.145)
/* Android */
Color.parseColor("#cef525")Accessibility — WCAG contrast
Aa
#cef525 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef525 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue14.5%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow84.9%
Key (black)3.9%
Color previews
#cef525 text on a black background
contrast 16.71:1
Card sample
#cef525 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef525;
Background color
Panel with #cef525 background
background-color: #cef525;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef525;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef525; background: linear-gradient(135deg, #cef525, #43F525);