#08643c
a deep, electric green · cool · closest name: seagreen
RGB
8, 100, 60
HSL
154°, 85%, 21%
CMYK
92, 0, 40, 61
Luminance
0.0949
Every format
| HEX | #08643c |
| RGB | rgb(8, 100, 60) |
| HSL | hsl(154, 85%, 21%) |
| CMYK | cmyk(92%, 0%, 40%, 61%) |
| LAB | lab(36.9 -35.0 15.9) |
| LCH | lch(36.9 38.5 155.6) |
| OKLCH | oklch(0.444 0.102 157.1) |
Copy-ready code
/* CSS */
color: #08643c;
background-color: #08643c;
/* Tailwind (arbitrary) */
class="text-[#08643c] bg-[#08643c]"
/* SCSS */
$brand: #08643c;
/* SwiftUI */
Color(red: 0.031, green: 0.392, blue: 0.235)
/* Android */
Color.parseColor("#08643c")Accessibility — WCAG contrast
Aa
#08643c on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08643c on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green39.2%
Blue23.5%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow40.0%
Key (black)60.8%
Color previews
#08643c text on a black background
contrast 2.90:1
Card sample
#08643c text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08643c;
Background color
Panel with #08643c background
background-color: #08643c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08643c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 100, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 100, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08643c; background: linear-gradient(135deg, #08643c, #084F64);