#0dfda9
a balanced, electric green · cool · closest name: aquamarine
RGB
13, 253, 169
HSL
159°, 98%, 52%
CMYK
95, 0, 33, 1
Luminance
0.7320
Every format
| HEX | #0dfda9 |
| RGB | rgb(13, 253, 169) |
| HSL | hsl(159, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 33%, 1%) |
| LAB | lab(88.5 -68.4 26.5) |
| LCH | lch(88.5 73.4 158.8) |
| OKLCH | oklch(0.878 0.197 160.1) |
Copy-ready code
/* CSS */
color: #0dfda9;
background-color: #0dfda9;
/* Tailwind (arbitrary) */
class="text-[#0dfda9] bg-[#0dfda9]"
/* SCSS */
$brand: #0dfda9;
/* SwiftUI */
Color(red: 0.051, green: 0.992, blue: 0.663)
/* Android */
Color.parseColor("#0dfda9")Accessibility — WCAG contrast
Aa
#0dfda9 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfda9 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green99.2%
Blue66.3%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow33.2%
Key (black)0.8%
Color previews
#0dfda9 text on a black background
contrast 15.64:1
Card sample
#0dfda9 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfda9;
Background color
Panel with #0dfda9 background
background-color: #0dfda9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfda9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 253, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 253, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfda9; background: linear-gradient(135deg, #0dfda9, #0DB1FD);