#003641
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 54, 65
HSL
190°, 100%, 13%
CMYK
100, 17, 0, 75
Luminance
0.0302
Every format
| HEX | #003641 |
| RGB | rgb(0, 54, 65) |
| HSL | hsl(190, 100%, 13%) |
| CMYK | cmyk(100%, 17%, 0%, 75%) |
| LAB | lab(20.1 -11.7 -11.5) |
| LCH | lch(20.1 16.4 224.6) |
| OKLCH | oklch(0.307 0.054 216.2) |
Copy-ready code
/* CSS */
color: #003641;
background-color: #003641;
/* Tailwind (arbitrary) */
class="text-[#003641] bg-[#003641]"
/* SCSS */
$brand: #003641;
/* SwiftUI */
Color(red: 0.000, green: 0.212, blue: 0.255)
/* Android */
Color.parseColor("#003641")Accessibility — WCAG contrast
Aa
#003641 on white: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003641 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green21.2%
Blue25.5%
CMYK percentages
Cyan100.0%
Magenta16.9%
Yellow0.0%
Key (black)74.5%
Color previews
#003641 text on a black background
contrast 1.60:1
Card sample
#003641 text on a white background
contrast 13.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003641;
Background color
Panel with #003641 background
background-color: #003641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 54, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 54, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003641; background: linear-gradient(135deg, #003641, #000B41);