#2d7070
a dark, soft cyan · cool · closest name: teal
RGB
45, 112, 112
HSL
180°, 43%, 31%
CMYK
60, 0, 0, 56
Luminance
0.1332
Every format
| HEX | #2d7070 |
| RGB | rgb(45, 112, 112) |
| HSL | hsl(180, 43%, 31%) |
| CMYK | cmyk(60%, 0%, 0%, 56%) |
| LAB | lab(43.2 -20.9 -6.4) |
| LCH | lch(43.2 21.8 197.0) |
| OKLCH | oklch(0.503 0.067 195.2) |
Copy-ready code
/* CSS */
color: #2d7070;
background-color: #2d7070;
/* Tailwind (arbitrary) */
class="text-[#2d7070] bg-[#2d7070]"
/* SCSS */
$brand: #2d7070;
/* SwiftUI */
Color(red: 0.176, green: 0.439, blue: 0.439)
/* Android */
Color.parseColor("#2d7070")Accessibility — WCAG contrast
Aa
#2d7070 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d7070 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green43.9%
Blue43.9%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow0.0%
Key (black)56.1%
Color previews
#2d7070 text on a black background
contrast 3.66:1
Card sample
#2d7070 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d7070;
Background color
Panel with #2d7070 background
background-color: #2d7070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d7070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 112, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 112, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d7070; background: linear-gradient(135deg, #2d7070, #2D4370);