#0f763b
a dark, electric green · cool · closest name: seagreen
RGB
15, 118, 59
HSL
146°, 77%, 26%
CMYK
87, 0, 50, 54
Luminance
0.1337
Every format
| HEX | #0f763b |
| RGB | rgb(15, 118, 59) |
| HSL | hsl(146, 77%, 26%) |
| CMYK | cmyk(87%, 0%, 50%, 54%) |
| LAB | lab(43.3 -41.6 24.8) |
| LCH | lch(43.3 48.4 149.2) |
| OKLCH | oklch(0.497 0.127 151.5) |
Copy-ready code
/* CSS */
color: #0f763b;
background-color: #0f763b;
/* Tailwind (arbitrary) */
class="text-[#0f763b] bg-[#0f763b]"
/* SCSS */
$brand: #0f763b;
/* SwiftUI */
Color(red: 0.059, green: 0.463, blue: 0.231)
/* Android */
Color.parseColor("#0f763b")Accessibility — WCAG contrast
Aa
#0f763b on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f763b on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green46.3%
Blue23.1%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow50.0%
Key (black)53.7%
Color previews
#0f763b text on a black background
contrast 3.67:1
Card sample
#0f763b text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f763b;
Background color
Panel with #0f763b background
background-color: #0f763b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f763b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 118, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 118, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f763b; background: linear-gradient(135deg, #0f763b, #0F6C76);