#148f7b
a dark, electric cyan · cool · closest name: teal
RGB
20, 143, 123
HSL
170°, 76%, 32%
CMYK
86, 0, 14, 44
Luminance
0.2122
Every format
| HEX | #148f7b |
| RGB | rgb(20, 143, 123) |
| HSL | hsl(170, 76%, 32%) |
| CMYK | cmyk(86%, 0%, 14%, 44%) |
| LAB | lab(53.2 -36.2 1.7) |
| LCH | lch(53.2 36.2 177.2) |
| OKLCH | oklch(0.584 0.104 177.8) |
Copy-ready code
/* CSS */
color: #148f7b;
background-color: #148f7b;
/* Tailwind (arbitrary) */
class="text-[#148f7b] bg-[#148f7b]"
/* SCSS */
$brand: #148f7b;
/* SwiftUI */
Color(red: 0.078, green: 0.561, blue: 0.482)
/* Android */
Color.parseColor("#148f7b")Accessibility — WCAG contrast
Aa
#148f7b on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#148f7b on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green56.1%
Blue48.2%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow14.0%
Key (black)43.9%
Color previews
#148f7b text on a black background
contrast 5.24:1
Card sample
#148f7b text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #148f7b;
Background color
Panel with #148f7b background
background-color: #148f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #148f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 143, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 143, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #148f7b; background: linear-gradient(135deg, #148f7b, #14518F);