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