#cef32f
a balanced, electric green · cool · closest name: yellow
RGB
206, 243, 47
HSL
71°, 89%, 57%
CMYK
15, 0, 81, 5
Luminance
0.7743
Every format
| HEX | #cef32f |
| RGB | rgb(206, 243, 47) |
| HSL | hsl(71, 89%, 57%) |
| CMYK | cmyk(15%, 0%, 81%, 5%) |
| LAB | lab(90.5 -35.0 81.3) |
| LCH | lch(90.5 88.5 113.3) |
| OKLCH | oklch(0.906 0.205 120.6) |
Copy-ready code
/* CSS */
color: #cef32f;
background-color: #cef32f;
/* Tailwind (arbitrary) */
class="text-[#cef32f] bg-[#cef32f]"
/* SCSS */
$brand: #cef32f;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.184)
/* Android */
Color.parseColor("#cef32f")Accessibility — WCAG contrast
Aa
#cef32f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef32f on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue18.4%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow80.7%
Key (black)4.7%
Color previews
#cef32f text on a black background
contrast 16.49:1
Card sample
#cef32f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef32f;
Background color
Panel with #cef32f background
background-color: #cef32f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef32f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef32f; background: linear-gradient(135deg, #cef32f, #4CF32F);