#08533d
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 83, 61
HSL
162°, 82%, 18%
CMYK
90, 0, 27, 68
Luminance
0.0658
Every format
| HEX | #08533d |
| RGB | rgb(8, 83, 61) |
| HSL | hsl(162, 82%, 18%) |
| CMYK | cmyk(90%, 0%, 27%, 68%) |
| LAB | lab(30.8 -27.4 6.9) |
| LCH | lch(30.8 28.2 165.8) |
| OKLCH | oklch(0.394 0.077 166.8) |
Copy-ready code
/* CSS */
color: #08533d;
background-color: #08533d;
/* Tailwind (arbitrary) */
class="text-[#08533d] bg-[#08533d]"
/* SCSS */
$brand: #08533d;
/* SwiftUI */
Color(red: 0.031, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#08533d")Accessibility — WCAG contrast
Aa
#08533d on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08533d on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green32.5%
Blue23.9%
CMYK percentages
Cyan90.4%
Magenta0.0%
Yellow26.5%
Key (black)67.5%
Color previews
#08533d text on a black background
contrast 2.32:1
Card sample
#08533d text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08533d;
Background color
Panel with #08533d background
background-color: #08533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08533d; background: linear-gradient(135deg, #08533d, #083753);