#0ad679
a dark, electric green · cool · closest name: forestgreen
RGB
10, 214, 121
HSL
153°, 91%, 44%
CMYK
95, 0, 44, 16
Luminance
0.4954
Every format
| HEX | #0ad679 |
| RGB | rgb(10, 214, 121) |
| HSL | hsl(153, 91%, 44%) |
| CMYK | cmyk(95%, 0%, 44%, 16%) |
| LAB | lab(75.8 -64.4 33.9) |
| LCH | lch(75.8 72.8 152.3) |
| OKLCH | oklch(0.769 0.192 154.2) |
Copy-ready code
/* CSS */
color: #0ad679;
background-color: #0ad679;
/* Tailwind (arbitrary) */
class="text-[#0ad679] bg-[#0ad679]"
/* SCSS */
$brand: #0ad679;
/* SwiftUI */
Color(red: 0.039, green: 0.839, blue: 0.475)
/* Android */
Color.parseColor("#0ad679")Accessibility — WCAG contrast
Aa
#0ad679 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ad679 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green83.9%
Blue47.5%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow43.5%
Key (black)16.1%
Color previews
#0ad679 text on a black background
contrast 10.91:1
Card sample
#0ad679 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ad679;
Background color
Panel with #0ad679 background
background-color: #0ad679;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ad679;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 214, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 214, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ad679; background: linear-gradient(135deg, #0ad679, #0AABD6);