#055261
a deep, electric cyan · cool · closest name: darkslategray
RGB
5, 82, 97
HSL
190°, 90%, 20%
CMYK
95, 16, 0, 62
Luminance
0.0693
Every format
| HEX | #055261 |
| RGB | rgb(5, 82, 97) |
| HSL | hsl(190, 90%, 20%) |
| CMYK | cmyk(95%, 16%, 0%, 62%) |
| LAB | lab(31.6 -15.1 -14.7) |
| LCH | lch(31.6 21.1 224.2) |
| OKLCH | oklch(0.405 0.070 216.0) |
Copy-ready code
/* CSS */
color: #055261;
background-color: #055261;
/* Tailwind (arbitrary) */
class="text-[#055261] bg-[#055261]"
/* SCSS */
$brand: #055261;
/* SwiftUI */
Color(red: 0.020, green: 0.322, blue: 0.380)
/* Android */
Color.parseColor("#055261")Accessibility — WCAG contrast
Aa
#055261 on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#055261 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green32.2%
Blue38.0%
CMYK percentages
Cyan94.8%
Magenta15.5%
Yellow0.0%
Key (black)62.0%
Color previews
#055261 text on a black background
contrast 2.39:1
Card sample
#055261 text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #055261;
Background color
Panel with #055261 background
background-color: #055261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #055261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 82, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 82, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #055261; background: linear-gradient(135deg, #055261, #051561);