#2d7786
a dark, vivid cyan · cool · closest name: teal
RGB
45, 119, 134
HSL
190°, 50%, 35%
CMYK
66, 11, 0, 48
Luminance
0.1547
Every format
| HEX | #2d7786 |
| RGB | rgb(45, 119, 134) |
| HSL | hsl(190, 50%, 35%) |
| CMYK | cmyk(66%, 11%, 0%, 48%) |
| LAB | lab(46.3 -17.7 -14.9) |
| LCH | lch(46.3 23.2 220.1) |
| OKLCH | oklch(0.530 0.075 213.4) |
Copy-ready code
/* CSS */
color: #2d7786;
background-color: #2d7786;
/* Tailwind (arbitrary) */
class="text-[#2d7786] bg-[#2d7786]"
/* SCSS */
$brand: #2d7786;
/* SwiftUI */
Color(red: 0.176, green: 0.467, blue: 0.525)
/* Android */
Color.parseColor("#2d7786")Accessibility — WCAG contrast
Aa
#2d7786 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d7786 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green46.7%
Blue52.5%
CMYK percentages
Cyan66.4%
Magenta11.2%
Yellow0.0%
Key (black)47.5%
Color previews
#2d7786 text on a black background
contrast 4.09:1
Card sample
#2d7786 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d7786;
Background color
Panel with #2d7786 background
background-color: #2d7786;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d7786;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 119, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 119, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d7786; background: linear-gradient(135deg, #2d7786, #2D3C86);