#0ddf80
a balanced, electric green · cool · closest name: forestgreen
RGB
13, 223, 128
HSL
153°, 89%, 46%
CMYK
94, 0, 43, 13
Luminance
0.5442
Every format
| HEX | #0ddf80 |
| RGB | rgb(13, 223, 128) |
| HSL | hsl(153, 89%, 46%) |
| CMYK | cmyk(94%, 0%, 43%, 13%) |
| LAB | lab(78.7 -66.1 34.1) |
| LCH | lch(78.7 74.4 152.7) |
| OKLCH | oklch(0.794 0.196 154.5) |
Copy-ready code
/* CSS */
color: #0ddf80;
background-color: #0ddf80;
/* Tailwind (arbitrary) */
class="text-[#0ddf80] bg-[#0ddf80]"
/* SCSS */
$brand: #0ddf80;
/* SwiftUI */
Color(red: 0.051, green: 0.875, blue: 0.502)
/* Android */
Color.parseColor("#0ddf80")Accessibility — WCAG contrast
Aa
#0ddf80 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ddf80 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green87.5%
Blue50.2%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow42.6%
Key (black)12.5%
Color previews
#0ddf80 text on a black background
contrast 11.88:1
Card sample
#0ddf80 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ddf80;
Background color
Panel with #0ddf80 background
background-color: #0ddf80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ddf80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 223, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 223, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ddf80; background: linear-gradient(135deg, #0ddf80, #0DB2DF);