#083525
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 53, 37
HSL
159°, 74%, 12%
CMYK
85, 0, 30, 79
Luminance
0.0273
Every format
| HEX | #083525 |
| RGB | rgb(8, 53, 37) |
| HSL | hsl(159, 74%, 12%) |
| CMYK | cmyk(85%, 0%, 30%, 79%) |
| LAB | lab(18.9 -19.6 5.9) |
| LCH | lch(18.9 20.5 163.4) |
| OKLCH | oklch(0.294 0.056 164.5) |
Copy-ready code
/* CSS */
color: #083525;
background-color: #083525;
/* Tailwind (arbitrary) */
class="text-[#083525] bg-[#083525]"
/* SCSS */
$brand: #083525;
/* SwiftUI */
Color(red: 0.031, green: 0.208, blue: 0.145)
/* Android */
Color.parseColor("#083525")Accessibility — WCAG contrast
Aa
#083525 on white: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#083525 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.8%
Blue14.5%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow30.2%
Key (black)79.2%
Color previews
#083525 text on a black background
contrast 1.55:1
Card sample
#083525 text on a white background
contrast 13.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083525;
Background color
Panel with #083525 background
background-color: #083525;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083525;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 53, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 53, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083525; background: linear-gradient(135deg, #083525, #082735);