#09596b
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 89, 107
HSL
191°, 85%, 23%
CMYK
92, 17, 0, 58
Luminance
0.0826
Every format
| HEX | #09596b |
| RGB | rgb(9, 89, 107) |
| HSL | hsl(191, 85%, 23%) |
| CMYK | cmyk(92%, 17%, 0%, 58%) |
| LAB | lab(34.5 -15.0 -16.6) |
| LCH | lch(34.5 22.4 227.8) |
| OKLCH | oklch(0.429 0.074 218.5) |
Copy-ready code
/* CSS */
color: #09596b;
background-color: #09596b;
/* Tailwind (arbitrary) */
class="text-[#09596b] bg-[#09596b]"
/* SCSS */
$brand: #09596b;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.420)
/* Android */
Color.parseColor("#09596b")Accessibility — WCAG contrast
Aa
#09596b on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09596b on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue42.0%
CMYK percentages
Cyan91.6%
Magenta16.8%
Yellow0.0%
Key (black)58.0%
Color previews
#09596b text on a black background
contrast 2.65:1
Card sample
#09596b text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09596b;
Background color
Panel with #09596b background
background-color: #09596b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09596b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09596b; background: linear-gradient(135deg, #09596b, #09186B);