#0dfd8b
a balanced, electric green · cool · closest name: aquamarine
RGB
13, 253, 139
HSL
152°, 98%, 52%
CMYK
95, 0, 45, 1
Luminance
0.7220
Every format
| HEX | #0dfd8b |
| RGB | rgb(13, 253, 139) |
| HSL | hsl(152, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 45%, 1%) |
| LAB | lab(88.1 -74.0 40.8) |
| LCH | lch(88.1 84.5 151.1) |
| OKLCH | oklch(0.872 0.222 153.2) |
Copy-ready code
/* CSS */
color: #0dfd8b;
background-color: #0dfd8b;
/* Tailwind (arbitrary) */
class="text-[#0dfd8b] bg-[#0dfd8b]"
/* SCSS */
$brand: #0dfd8b;
/* SwiftUI */
Color(red: 0.051, green: 0.992, blue: 0.545)
/* Android */
Color.parseColor("#0dfd8b")Accessibility — WCAG contrast
Aa
#0dfd8b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfd8b on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green99.2%
Blue54.5%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow45.1%
Key (black)0.8%
Color previews
#0dfd8b text on a black background
contrast 15.44:1
Card sample
#0dfd8b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfd8b;
Background color
Panel with #0dfd8b background
background-color: #0dfd8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfd8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 253, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 253, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfd8b; background: linear-gradient(135deg, #0dfd8b, #0DCFFD);