#cefe0f
a balanced, electric green · cool · closest name: yellow
RGB
206, 254, 15
HSL
72°, 99%, 53%
CMYK
19, 0, 94, 0
Luminance
0.8404
Every format
| HEX | #cefe0f |
| RGB | rgb(206, 254, 15) |
| HSL | hsl(72, 99%, 53%) |
| CMYK | cmyk(19%, 0%, 94%, 0%) |
| LAB | lab(93.5 -40.6 89.1) |
| LCH | lch(93.5 97.9 114.5) |
| OKLCH | oklch(0.930 0.225 122.5) |
Copy-ready code
/* CSS */
color: #cefe0f;
background-color: #cefe0f;
/* Tailwind (arbitrary) */
class="text-[#cefe0f] bg-[#cefe0f]"
/* SCSS */
$brand: #cefe0f;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.059)
/* Android */
Color.parseColor("#cefe0f")Accessibility — WCAG contrast
Aa
#cefe0f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefe0f on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue5.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow94.1%
Key (black)0.4%
Color previews
#cefe0f text on a black background
contrast 17.81:1
Card sample
#cefe0f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefe0f;
Background color
Panel with #cefe0f background
background-color: #cefe0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefe0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefe0f; background: linear-gradient(135deg, #cefe0f, #2EFE0F);