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