#2baeb6
a dark, vivid cyan · cool · closest name: teal
RGB
43, 174, 182
HSL
184°, 62%, 44%
CMYK
76, 4, 0, 29
Luminance
0.3416
Every format
| HEX | #2baeb6 |
| RGB | rgb(43, 174, 182) |
| HSL | hsl(184, 62%, 44%) |
| CMYK | cmyk(76%, 4%, 0%, 29%) |
| LAB | lab(65.1 -31.0 -14.0) |
| LCH | lch(65.1 34.0 204.3) |
| OKLCH | oklch(0.687 0.108 201.2) |
Copy-ready code
/* CSS */
color: #2baeb6;
background-color: #2baeb6;
/* Tailwind (arbitrary) */
class="text-[#2baeb6] bg-[#2baeb6]"
/* SCSS */
$brand: #2baeb6;
/* SwiftUI */
Color(red: 0.169, green: 0.682, blue: 0.714)
/* Android */
Color.parseColor("#2baeb6")Accessibility — WCAG contrast
Aa
#2baeb6 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2baeb6 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.2%
Blue71.4%
CMYK percentages
Cyan76.4%
Magenta4.4%
Yellow0.0%
Key (black)28.6%
Color previews
#2baeb6 text on a black background
contrast 7.83:1
Card sample
#2baeb6 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2baeb6;
Background color
Panel with #2baeb6 background
background-color: #2baeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2baeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 174, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 174, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2baeb6; background: linear-gradient(135deg, #2baeb6, #2B51B6);