#2b9dab
a dark, vivid cyan · cool · closest name: teal
RGB
43, 157, 171
HSL
187°, 60%, 42%
CMYK
75, 8, 0, 33
Luminance
0.2757
Every format
| HEX | #2b9dab |
| RGB | rgb(43, 157, 171) |
| HSL | hsl(187, 60%, 42%) |
| CMYK | cmyk(75%, 8%, 0%, 33%) |
| LAB | lab(59.5 -26.0 -16.3) |
| LCH | lch(59.5 30.7 212.1) |
| OKLCH | oklch(0.641 0.099 207.2) |
Copy-ready code
/* CSS */
color: #2b9dab;
background-color: #2b9dab;
/* Tailwind (arbitrary) */
class="text-[#2b9dab] bg-[#2b9dab]"
/* SCSS */
$brand: #2b9dab;
/* SwiftUI */
Color(red: 0.169, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#2b9dab")Accessibility — WCAG contrast
Aa
#2b9dab on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2b9dab on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green61.6%
Blue67.1%
CMYK percentages
Cyan74.9%
Magenta8.2%
Yellow0.0%
Key (black)32.9%
Color previews
#2b9dab text on a black background
contrast 6.51:1
Card sample
#2b9dab text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b9dab;
Background color
Panel with #2b9dab background
background-color: #2b9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b9dab; background: linear-gradient(135deg, #2b9dab, #2B48AB);