#cef552
a balanced, electric green · cool · closest name: yellow
RGB
206, 245, 82
HSL
74°, 89%, 64%
CMYK
16, 0, 67, 4
Luminance
0.7904
Every format
| HEX | #cef552 |
| RGB | rgb(206, 245, 82) |
| HSL | hsl(74, 89%, 64%) |
| CMYK | cmyk(16%, 0%, 67%, 4%) |
| LAB | lab(91.3 -34.3 71.0) |
| LCH | lch(91.3 78.9 115.7) |
| OKLCH | oklch(0.913 0.189 121.9) |
Copy-ready code
/* CSS */
color: #cef552;
background-color: #cef552;
/* Tailwind (arbitrary) */
class="text-[#cef552] bg-[#cef552]"
/* SCSS */
$brand: #cef552;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.322)
/* Android */
Color.parseColor("#cef552")Accessibility — WCAG contrast
Aa
#cef552 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef552 on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue32.2%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow66.5%
Key (black)3.9%
Color previews
#cef552 text on a black background
contrast 16.81:1
Card sample
#cef552 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef552;
Background color
Panel with #cef552 background
background-color: #cef552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef552; background: linear-gradient(135deg, #cef552, #61F552);