#095939
a deep, electric green · cool · closest name: seagreen
RGB
9, 89, 57
HSL
156°, 82%, 19%
CMYK
90, 0, 36, 65
Luminance
0.0750
Every format
| HEX | #095939 |
| RGB | rgb(9, 89, 57) |
| HSL | hsl(156, 82%, 19%) |
| CMYK | cmyk(90%, 0%, 36%, 65%) |
| LAB | lab(32.9 -31.0 12.3) |
| LCH | lch(32.9 33.4 158.3) |
| OKLCH | oklch(0.411 0.090 159.7) |
Copy-ready code
/* CSS */
color: #095939;
background-color: #095939;
/* Tailwind (arbitrary) */
class="text-[#095939] bg-[#095939]"
/* SCSS */
$brand: #095939;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.224)
/* Android */
Color.parseColor("#095939")Accessibility — WCAG contrast
Aa
#095939 on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#095939 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue22.4%
CMYK percentages
Cyan89.9%
Magenta0.0%
Yellow36.0%
Key (black)65.1%
Color previews
#095939 text on a black background
contrast 2.50:1
Card sample
#095939 text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095939;
Background color
Panel with #095939 background
background-color: #095939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095939; background: linear-gradient(135deg, #095939, #094459);