#08543d
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 84, 61
HSL
162°, 83%, 18%
CMYK
91, 0, 27, 67
Luminance
0.0673
Every format
| HEX | #08543d |
| RGB | rgb(8, 84, 61) |
| HSL | hsl(162, 83%, 18%) |
| CMYK | cmyk(91%, 0%, 27%, 67%) |
| LAB | lab(31.2 -27.8 7.4) |
| LCH | lch(31.2 28.8 165.1) |
| OKLCH | oklch(0.397 0.079 166.1) |
Copy-ready code
/* CSS */
color: #08543d;
background-color: #08543d;
/* Tailwind (arbitrary) */
class="text-[#08543d] bg-[#08543d]"
/* SCSS */
$brand: #08543d;
/* SwiftUI */
Color(red: 0.031, green: 0.329, blue: 0.239)
/* Android */
Color.parseColor("#08543d")Accessibility — WCAG contrast
Aa
#08543d on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08543d on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green32.9%
Blue23.9%
CMYK percentages
Cyan90.5%
Magenta0.0%
Yellow27.4%
Key (black)67.1%
Color previews
#08543d text on a black background
contrast 2.35:1
Card sample
#08543d text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08543d;
Background color
Panel with #08543d background
background-color: #08543d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08543d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 84, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 84, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08543d; background: linear-gradient(135deg, #08543d, #083854);