#036664
a deep, electric cyan · cool · closest name: teal
RGB
3, 102, 100
HSL
179°, 94%, 21%
CMYK
97, 0, 2, 60
Luminance
0.1044
Every format
| HEX | #036664 |
| RGB | rgb(3, 102, 100) |
| HSL | hsl(179, 94%, 21%) |
| CMYK | cmyk(97%, 0%, 2%, 60%) |
| LAB | lab(38.6 -25.0 -6.0) |
| LCH | lch(38.6 25.7 193.6) |
| OKLCH | oklch(0.462 0.078 192.4) |
Copy-ready code
/* CSS */
color: #036664;
background-color: #036664;
/* Tailwind (arbitrary) */
class="text-[#036664] bg-[#036664]"
/* SCSS */
$brand: #036664;
/* SwiftUI */
Color(red: 0.012, green: 0.400, blue: 0.392)
/* Android */
Color.parseColor("#036664")Accessibility — WCAG contrast
Aa
#036664 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#036664 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green40.0%
Blue39.2%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow2.0%
Key (black)60.0%
Color previews
#036664 text on a black background
contrast 3.09:1
Card sample
#036664 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #036664;
Background color
Panel with #036664 background
background-color: #036664;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #036664;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 102, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 102, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #036664; background: linear-gradient(135deg, #036664, #032666);