#005f83
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 95, 131
HSL
197°, 100%, 26%
CMYK
100, 28, 0, 49
Luminance
0.0982
Every format
| HEX | #005f83 |
| RGB | rgb(0, 95, 131) |
| HSL | hsl(197, 100%, 26%) |
| CMYK | cmyk(100%, 28%, 0%, 49%) |
| LAB | lab(37.5 -9.9 -26.7) |
| LCH | lch(37.5 28.5 249.7) |
| OKLCH | oklch(0.457 0.095 233.1) |
Copy-ready code
/* CSS */
color: #005f83;
background-color: #005f83;
/* Tailwind (arbitrary) */
class="text-[#005f83] bg-[#005f83]"
/* SCSS */
$brand: #005f83;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.514)
/* Android */
Color.parseColor("#005f83")Accessibility — WCAG contrast
Aa
#005f83 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f83 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue51.4%
CMYK percentages
Cyan100.0%
Magenta27.5%
Yellow0.0%
Key (black)48.6%
Color previews
#005f83 text on a black background
contrast 2.96:1
Card sample
#005f83 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f83;
Background color
Panel with #005f83 background
background-color: #005f83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f83; background: linear-gradient(135deg, #005f83, #000883);