#0a592e
a deep, electric green · cool · closest name: seagreen
RGB
10, 89, 46
HSL
147°, 80%, 19%
CMYK
89, 0, 48, 65
Luminance
0.0741
Every format
| HEX | #0a592e |
| RGB | rgb(10, 89, 46) |
| HSL | hsl(147, 80%, 19%) |
| CMYK | cmyk(89%, 0%, 48%, 65%) |
| LAB | lab(32.7 -33.3 18.7) |
| LCH | lch(32.7 38.2 150.8) |
| OKLCH | oklch(0.409 0.101 152.8) |
Copy-ready code
/* CSS */
color: #0a592e;
background-color: #0a592e;
/* Tailwind (arbitrary) */
class="text-[#0a592e] bg-[#0a592e]"
/* SCSS */
$brand: #0a592e;
/* SwiftUI */
Color(red: 0.039, green: 0.349, blue: 0.180)
/* Android */
Color.parseColor("#0a592e")Accessibility — WCAG contrast
Aa
#0a592e on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a592e on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green34.9%
Blue18.0%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow48.3%
Key (black)65.1%
Color previews
#0a592e text on a black background
contrast 2.48:1
Card sample
#0a592e text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a592e;
Background color
Panel with #0a592e background
background-color: #0a592e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a592e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 89, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 89, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a592e; background: linear-gradient(135deg, #0a592e, #0A4F59);