#0ee295
a balanced, electric green · cool · closest name: aquamarine
RGB
14, 226, 149
HSL
158°, 88%, 47%
CMYK
94, 0, 34, 11
Luminance
0.5666
Every format
| HEX | #0ee295 |
| RGB | rgb(14, 226, 149) |
| HSL | hsl(158, 88%, 47%) |
| CMYK | cmyk(94%, 0%, 34%, 11%) |
| LAB | lab(80.0 -63.0 25.1) |
| LCH | lch(80.0 67.8 158.3) |
| OKLCH | oklch(0.806 0.182 159.6) |
Copy-ready code
/* CSS */
color: #0ee295;
background-color: #0ee295;
/* Tailwind (arbitrary) */
class="text-[#0ee295] bg-[#0ee295]"
/* SCSS */
$brand: #0ee295;
/* SwiftUI */
Color(red: 0.055, green: 0.886, blue: 0.584)
/* Android */
Color.parseColor("#0ee295")Accessibility — WCAG contrast
Aa
#0ee295 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ee295 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green88.6%
Blue58.4%
CMYK percentages
Cyan93.8%
Magenta0.0%
Yellow34.1%
Key (black)11.4%
Color previews
#0ee295 text on a black background
contrast 12.33:1
Card sample
#0ee295 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ee295;
Background color
Panel with #0ee295 background
background-color: #0ee295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ee295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 226, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 226, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ee295; background: linear-gradient(135deg, #0ee295, #0EA2E2);