#2bafba
a dark, vivid cyan · cool · closest name: teal
RGB
43, 175, 186
HSL
185°, 62%, 45%
CMYK
77, 6, 0, 27
Luminance
0.3472
Every format
| HEX | #2bafba |
| RGB | rgb(43, 175, 186) |
| HSL | hsl(185, 62%, 45%) |
| CMYK | cmyk(77%, 6%, 0%, 27%) |
| LAB | lab(65.5 -30.3 -15.6) |
| LCH | lch(65.5 34.0 207.3) |
| OKLCH | oklch(0.691 0.109 203.5) |
Copy-ready code
/* CSS */
color: #2bafba;
background-color: #2bafba;
/* Tailwind (arbitrary) */
class="text-[#2bafba] bg-[#2bafba]"
/* SCSS */
$brand: #2bafba;
/* SwiftUI */
Color(red: 0.169, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#2bafba")Accessibility — WCAG contrast
Aa
#2bafba on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bafba on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.6%
Blue72.9%
CMYK percentages
Cyan76.9%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#2bafba text on a black background
contrast 7.94:1
Card sample
#2bafba text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bafba;
Background color
Panel with #2bafba background
background-color: #2bafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bafba; background: linear-gradient(135deg, #2bafba, #2B50BA);