#08503c
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 80, 60
HSL
163°, 82%, 17%
CMYK
90, 0, 25, 69
Luminance
0.0612
Every format
| HEX | #08503c |
| RGB | rgb(8, 80, 60) |
| HSL | hsl(163, 82%, 17%) |
| CMYK | cmyk(90%, 0%, 25%, 69%) |
| LAB | lab(29.7 -26.3 6.0) |
| LCH | lch(29.7 26.9 167.2) |
| OKLCH | oklch(0.385 0.074 168.1) |
Copy-ready code
/* CSS */
color: #08503c;
background-color: #08503c;
/* Tailwind (arbitrary) */
class="text-[#08503c] bg-[#08503c]"
/* SCSS */
$brand: #08503c;
/* SwiftUI */
Color(red: 0.031, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#08503c")Accessibility — WCAG contrast
Aa
#08503c on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08503c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green31.4%
Blue23.5%
CMYK percentages
Cyan90.0%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#08503c text on a black background
contrast 2.22:1
Card sample
#08503c text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08503c;
Background color
Panel with #08503c background
background-color: #08503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08503c; background: linear-gradient(135deg, #08503c, #083450);