#2d8796
a dark, vivid cyan · cool · closest name: teal
RGB
45, 135, 150
HSL
189°, 54%, 38%
CMYK
70, 10, 0, 41
Luminance
0.2009
Every format
| HEX | #2d8796 |
| RGB | rgb(45, 135, 150) |
| HSL | hsl(189, 54%, 38%) |
| CMYK | cmyk(70%, 10%, 0%, 41%) |
| LAB | lab(51.9 -21.1 -15.7) |
| LCH | lch(51.9 26.3 216.7) |
| OKLCH | oklch(0.577 0.086 210.8) |
Copy-ready code
/* CSS */
color: #2d8796;
background-color: #2d8796;
/* Tailwind (arbitrary) */
class="text-[#2d8796] bg-[#2d8796]"
/* SCSS */
$brand: #2d8796;
/* SwiftUI */
Color(red: 0.176, green: 0.529, blue: 0.588)
/* Android */
Color.parseColor("#2d8796")Accessibility — WCAG contrast
Aa
#2d8796 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d8796 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green52.9%
Blue58.8%
CMYK percentages
Cyan70.0%
Magenta10.0%
Yellow0.0%
Key (black)41.2%
Color previews
#2d8796 text on a black background
contrast 5.02:1
Card sample
#2d8796 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d8796;
Background color
Panel with #2d8796 background
background-color: #2d8796;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d8796;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 135, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 135, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d8796; background: linear-gradient(135deg, #2d8796, #2D4196);