#70a088
a balanced, soft green · cool · closest name: teal
RGB
112, 160, 136
HSL
150°, 20%, 53%
CMYK
30, 0, 15, 37
Luminance
0.3036
Every format
| HEX | #70a088 |
| RGB | rgb(112, 160, 136) |
| HSL | hsl(150, 20%, 53%) |
| CMYK | cmyk(30%, 0%, 15%, 37%) |
| LAB | lab(62.0 -21.4 7.4) |
| LCH | lch(62.0 22.6 160.9) |
| OKLCH | oklch(0.664 0.063 162.3) |
Copy-ready code
/* CSS */
color: #70a088;
background-color: #70a088;
/* Tailwind (arbitrary) */
class="text-[#70a088] bg-[#70a088]"
/* SCSS */
$brand: #70a088;
/* SwiftUI */
Color(red: 0.439, green: 0.627, blue: 0.533)
/* Android */
Color.parseColor("#70a088")Accessibility — WCAG contrast
Aa
#70a088 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70a088 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green62.7%
Blue53.3%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow15.0%
Key (black)37.3%
Color previews
#70a088 text on a black background
contrast 7.07:1
Card sample
#70a088 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70a088;
Background color
Panel with #70a088 background
background-color: #70a088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70a088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 160, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 160, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70a088; background: linear-gradient(135deg, #70a088, #7098A0);