#005d7f
a deep, electric cyan · cool · closest name: steelblue
RGB
0, 93, 127
HSL
196°, 100%, 25%
CMYK
100, 27, 0, 50
Luminance
0.0936
Every format
| HEX | #005d7f |
| RGB | rgb(0, 93, 127) |
| HSL | hsl(196, 100%, 25%) |
| CMYK | cmyk(100%, 27%, 0%, 50%) |
| LAB | lab(36.7 -10.3 -25.6) |
| LCH | lch(36.7 27.6 248.2) |
| OKLCH | oklch(0.449 0.092 232.1) |
Copy-ready code
/* CSS */
color: #005d7f;
background-color: #005d7f;
/* Tailwind (arbitrary) */
class="text-[#005d7f] bg-[#005d7f]"
/* SCSS */
$brand: #005d7f;
/* SwiftUI */
Color(red: 0.000, green: 0.365, blue: 0.498)
/* Android */
Color.parseColor("#005d7f")Accessibility — WCAG contrast
Aa
#005d7f on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005d7f on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.5%
Blue49.8%
CMYK percentages
Cyan100.0%
Magenta26.8%
Yellow0.0%
Key (black)50.2%
Color previews
#005d7f text on a black background
contrast 2.87:1
Card sample
#005d7f text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005d7f;
Background color
Panel with #005d7f background
background-color: #005d7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005d7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 93, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 93, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005d7f; background: linear-gradient(135deg, #005d7f, #00087F);