#0dfeab
a balanced, electric green · cool · closest name: aquamarine
RGB
13, 254, 171
HSL
159°, 99%, 52%
CMYK
95, 0, 33, 0
Luminance
0.7391
Every format
| HEX | #0dfeab |
| RGB | rgb(13, 254, 171) |
| HSL | hsl(159, 99%, 52%) |
| CMYK | cmyk(95%, 0%, 33%, 0%) |
| LAB | lab(88.9 -68.4 26.0) |
| LCH | lch(88.9 73.1 159.2) |
| OKLCH | oklch(0.881 0.197 160.5) |
Copy-ready code
/* CSS */
color: #0dfeab;
background-color: #0dfeab;
/* Tailwind (arbitrary) */
class="text-[#0dfeab] bg-[#0dfeab]"
/* SCSS */
$brand: #0dfeab;
/* SwiftUI */
Color(red: 0.051, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#0dfeab")Accessibility — WCAG contrast
Aa
#0dfeab on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfeab on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green99.6%
Blue67.1%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#0dfeab text on a black background
contrast 15.78:1
Card sample
#0dfeab text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfeab;
Background color
Panel with #0dfeab background
background-color: #0dfeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfeab; background: linear-gradient(135deg, #0dfeab, #0DB1FE);