#003632
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 54, 50
HSL
176°, 100%, 11%
CMYK
100, 0, 7, 79
Luminance
0.0287
Every format
| HEX | #003632 |
| RGB | rgb(0, 54, 50) |
| HSL | hsl(176, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 7%, 79%) |
| LAB | lab(19.5 -17.5 -2.2) |
| LCH | lch(19.5 17.6 187.1) |
| OKLCH | oklch(0.300 0.052 186.8) |
Copy-ready code
/* CSS */
color: #003632;
background-color: #003632;
/* Tailwind (arbitrary) */
class="text-[#003632] bg-[#003632]"
/* SCSS */
$brand: #003632;
/* SwiftUI */
Color(red: 0.000, green: 0.212, blue: 0.196)
/* Android */
Color.parseColor("#003632")Accessibility — WCAG contrast
Aa
#003632 on white: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003632 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green21.2%
Blue19.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow7.4%
Key (black)78.8%
Color previews
#003632 text on a black background
contrast 1.57:1
Card sample
#003632 text on a white background
contrast 13.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003632;
Background color
Panel with #003632 background
background-color: #003632;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003632;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 54, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 54, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003632; background: linear-gradient(135deg, #003632, #001636);