#00362b
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 54, 43
HSL
168°, 100%, 11%
CMYK
100, 0, 20, 79
Luminance
0.0281
Every format
| HEX | #00362b |
| RGB | rgb(0, 54, 43) |
| HSL | hsl(168, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 20%, 79%) |
| LAB | lab(19.3 -19.9 2.3) |
| LCH | lch(19.3 20.0 173.5) |
| OKLCH | oklch(0.297 0.056 174.3) |
Copy-ready code
/* CSS */
color: #00362b;
background-color: #00362b;
/* Tailwind (arbitrary) */
class="text-[#00362b] bg-[#00362b]"
/* SCSS */
$brand: #00362b;
/* SwiftUI */
Color(red: 0.000, green: 0.212, blue: 0.169)
/* Android */
Color.parseColor("#00362b")Accessibility — WCAG contrast
Aa
#00362b on white: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00362b on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green21.2%
Blue16.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow20.4%
Key (black)78.8%
Color previews
#00362b text on a black background
contrast 1.56:1
Card sample
#00362b text on a white background
contrast 13.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00362b;
Background color
Panel with #00362b background
background-color: #00362b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00362b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 54, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 54, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00362b; background: linear-gradient(135deg, #00362b, #001D36);