#2c7482
a dark, vivid cyan · cool · closest name: teal
RGB
44, 116, 130
HSL
190°, 49%, 34%
CMYK
66, 11, 0, 49
Luminance
0.1464
Every format
| HEX | #2c7482 |
| RGB | rgb(44, 116, 130) |
| HSL | hsl(190, 49%, 34%) |
| CMYK | cmyk(66%, 11%, 0%, 49%) |
| LAB | lab(45.1 -17.6 -14.3) |
| LCH | lch(45.1 22.6 219.2) |
| OKLCH | oklch(0.520 0.073 212.7) |
Copy-ready code
/* CSS */
color: #2c7482;
background-color: #2c7482;
/* Tailwind (arbitrary) */
class="text-[#2c7482] bg-[#2c7482]"
/* SCSS */
$brand: #2c7482;
/* SwiftUI */
Color(red: 0.173, green: 0.455, blue: 0.510)
/* Android */
Color.parseColor("#2c7482")Accessibility — WCAG contrast
Aa
#2c7482 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c7482 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green45.5%
Blue51.0%
CMYK percentages
Cyan66.2%
Magenta10.8%
Yellow0.0%
Key (black)49.0%
Color previews
#2c7482 text on a black background
contrast 3.93:1
Card sample
#2c7482 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7482;
Background color
Panel with #2c7482 background
background-color: #2c7482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 116, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 116, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7482; background: linear-gradient(135deg, #2c7482, #2C3B82);