#2ba28c
a dark, vivid cyan · cool · closest name: teal
RGB
43, 162, 140
HSL
169°, 58%, 40%
CMYK
74, 0, 14, 37
Luminance
0.2825
Every format
| HEX | #2ba28c |
| RGB | rgb(43, 162, 140) |
| HSL | hsl(169, 58%, 40%) |
| CMYK | cmyk(74%, 0%, 14%, 37%) |
| LAB | lab(60.1 -37.5 2.1) |
| LCH | lch(60.1 37.6 176.7) |
| OKLCH | oklch(0.643 0.107 177.3) |
Copy-ready code
/* CSS */
color: #2ba28c;
background-color: #2ba28c;
/* Tailwind (arbitrary) */
class="text-[#2ba28c] bg-[#2ba28c]"
/* SCSS */
$brand: #2ba28c;
/* SwiftUI */
Color(red: 0.169, green: 0.635, blue: 0.549)
/* Android */
Color.parseColor("#2ba28c")Accessibility — WCAG contrast
Aa
#2ba28c on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ba28c on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green63.5%
Blue54.9%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow13.6%
Key (black)36.5%
Color previews
#2ba28c text on a black background
contrast 6.65:1
Card sample
#2ba28c text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ba28c;
Background color
Panel with #2ba28c background
background-color: #2ba28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ba28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 162, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 162, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ba28c; background: linear-gradient(135deg, #2ba28c, #2B69A2);