#0ac248
a dark, electric green · cool · closest name: forestgreen
RGB
10, 194, 72
HSL
140°, 90%, 40%
CMYK
95, 0, 63, 24
Luminance
0.3912
Every format
| HEX | #0ac248 |
| RGB | rgb(10, 194, 72) |
| HSL | hsl(140, 90%, 40%) |
| CMYK | cmyk(95%, 0%, 63%, 24%) |
| LAB | lab(68.8 -65.4 48.8) |
| LCH | lch(68.8 81.6 143.3) |
| OKLCH | oklch(0.710 0.209 146.9) |
Copy-ready code
/* CSS */
color: #0ac248;
background-color: #0ac248;
/* Tailwind (arbitrary) */
class="text-[#0ac248] bg-[#0ac248]"
/* SCSS */
$brand: #0ac248;
/* SwiftUI */
Color(red: 0.039, green: 0.761, blue: 0.282)
/* Android */
Color.parseColor("#0ac248")Accessibility — WCAG contrast
Aa
#0ac248 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac248 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green76.1%
Blue28.2%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow62.9%
Key (black)23.9%
Color previews
#0ac248 text on a black background
contrast 8.82:1
Card sample
#0ac248 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac248;
Background color
Panel with #0ac248 background
background-color: #0ac248;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac248;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 194, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 194, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac248; background: linear-gradient(135deg, #0ac248, #0AC1C2);