#2b9da5
a dark, vivid cyan · cool · closest name: teal
RGB
43, 157, 165
HSL
184°, 59%, 41%
CMYK
74, 5, 0, 35
Luminance
0.2734
Every format
| HEX | #2b9da5 |
| RGB | rgb(43, 157, 165) |
| HSL | hsl(184, 59%, 41%) |
| CMYK | cmyk(74%, 5%, 0%, 35%) |
| LAB | lab(59.3 -27.9 -13.2) |
| LCH | lch(59.3 30.9 205.3) |
| OKLCH | oklch(0.638 0.098 202.0) |
Copy-ready code
/* CSS */
color: #2b9da5;
background-color: #2b9da5;
/* Tailwind (arbitrary) */
class="text-[#2b9da5] bg-[#2b9da5]"
/* SCSS */
$brand: #2b9da5;
/* SwiftUI */
Color(red: 0.169, green: 0.616, blue: 0.647)
/* Android */
Color.parseColor("#2b9da5")Accessibility — WCAG contrast
Aa
#2b9da5 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2b9da5 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green61.6%
Blue64.7%
CMYK percentages
Cyan73.9%
Magenta4.8%
Yellow0.0%
Key (black)35.3%
Color previews
#2b9da5 text on a black background
contrast 6.47:1
Card sample
#2b9da5 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b9da5;
Background color
Panel with #2b9da5 background
background-color: #2b9da5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b9da5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 157, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 157, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b9da5; background: linear-gradient(135deg, #2b9da5, #2B4CA5);