#047382
a dark, electric cyan · cool · closest name: teal
RGB
4, 115, 130
HSL
187°, 94%, 26%
CMYK
97, 12, 0, 49
Luminance
0.1390
Every format
| HEX | #047382 |
| RGB | rgb(4, 115, 130) |
| HSL | hsl(187, 94%, 26%) |
| CMYK | cmyk(97%, 12%, 0%, 49%) |
| LAB | lab(44.1 -21.3 -16.0) |
| LCH | lch(44.1 26.6 216.8) |
| OKLCH | oklch(0.510 0.087 210.6) |
Copy-ready code
/* CSS */
color: #047382;
background-color: #047382;
/* Tailwind (arbitrary) */
class="text-[#047382] bg-[#047382]"
/* SCSS */
$brand: #047382;
/* SwiftUI */
Color(red: 0.016, green: 0.451, blue: 0.510)
/* Android */
Color.parseColor("#047382")Accessibility — WCAG contrast
Aa
#047382 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#047382 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green45.1%
Blue51.0%
CMYK percentages
Cyan96.9%
Magenta11.5%
Yellow0.0%
Key (black)49.0%
Color previews
#047382 text on a black background
contrast 3.78:1
Card sample
#047382 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #047382;
Background color
Panel with #047382 background
background-color: #047382;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #047382;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 115, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 115, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #047382; background: linear-gradient(135deg, #047382, #041F82);