#005f7f
a deep, electric cyan · cool · closest name: steelblue
RGB
0, 95, 127
HSL
195°, 100%, 25%
CMYK
100, 25, 0, 50
Luminance
0.0972
Every format
| HEX | #005f7f |
| RGB | rgb(0, 95, 127) |
| HSL | hsl(195, 100%, 25%) |
| CMYK | cmyk(100%, 25%, 0%, 50%) |
| LAB | lab(37.3 -11.5 -24.6) |
| LCH | lch(37.3 27.1 245.0) |
| OKLCH | oklch(0.455 0.091 230.0) |
Copy-ready code
/* CSS */
color: #005f7f;
background-color: #005f7f;
/* Tailwind (arbitrary) */
class="text-[#005f7f] bg-[#005f7f]"
/* SCSS */
$brand: #005f7f;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.498)
/* Android */
Color.parseColor("#005f7f")Accessibility — WCAG contrast
Aa
#005f7f on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f7f on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue49.8%
CMYK percentages
Cyan100.0%
Magenta25.2%
Yellow0.0%
Key (black)50.2%
Color previews
#005f7f text on a black background
contrast 2.94:1
Card sample
#005f7f text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f7f;
Background color
Panel with #005f7f background
background-color: #005f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f7f; background: linear-gradient(135deg, #005f7f, #000A7F);