#0dfe98
a balanced, electric green · cool · closest name: aquamarine
RGB
13, 254, 152
HSL
155°, 99%, 52%
CMYK
95, 0, 40, 0
Luminance
0.7324
Every format
| HEX | #0dfe98 |
| RGB | rgb(13, 254, 152) |
| HSL | hsl(155, 99%, 52%) |
| CMYK | cmyk(95%, 0%, 40%, 0%) |
| LAB | lab(88.6 -72.1 35.1) |
| LCH | lch(88.6 80.2 154.0) |
| OKLCH | oklch(0.877 0.212 155.7) |
Copy-ready code
/* CSS */
color: #0dfe98;
background-color: #0dfe98;
/* Tailwind (arbitrary) */
class="text-[#0dfe98] bg-[#0dfe98]"
/* SCSS */
$brand: #0dfe98;
/* SwiftUI */
Color(red: 0.051, green: 0.996, blue: 0.596)
/* Android */
Color.parseColor("#0dfe98")Accessibility — WCAG contrast
Aa
#0dfe98 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfe98 on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green99.6%
Blue59.6%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow40.2%
Key (black)0.4%
Color previews
#0dfe98 text on a black background
contrast 15.65:1
Card sample
#0dfe98 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfe98;
Background color
Panel with #0dfe98 background
background-color: #0dfe98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfe98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 254, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 254, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfe98; background: linear-gradient(135deg, #0dfe98, #0DC3FE);