#00596f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 89, 111
HSL
192°, 100%, 22%
CMYK
100, 20, 0, 57
Luminance
0.0829
Every format
| HEX | #00596f |
| RGB | rgb(0, 89, 111) |
| HSL | hsl(192, 100%, 22%) |
| CMYK | cmyk(100%, 20%, 0%, 57%) |
| LAB | lab(34.6 -14.2 -19.0) |
| LCH | lch(34.6 23.7 233.2) |
| OKLCH | oklch(0.430 0.080 222.1) |
Copy-ready code
/* CSS */
color: #00596f;
background-color: #00596f;
/* Tailwind (arbitrary) */
class="text-[#00596f] bg-[#00596f]"
/* SCSS */
$brand: #00596f;
/* SwiftUI */
Color(red: 0.000, green: 0.349, blue: 0.435)
/* Android */
Color.parseColor("#00596f")Accessibility — WCAG contrast
Aa
#00596f on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00596f on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green34.9%
Blue43.5%
CMYK percentages
Cyan100.0%
Magenta19.8%
Yellow0.0%
Key (black)56.5%
Color previews
#00596f text on a black background
contrast 2.66:1
Card sample
#00596f text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00596f;
Background color
Panel with #00596f background
background-color: #00596f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00596f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 89, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 89, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00596f; background: linear-gradient(135deg, #00596f, #000F6F);