#2bafbf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 175, 191
HSL
187°, 63%, 46%
CMYK
78, 8, 0, 25
Luminance
0.3494
Every format
| HEX | #2bafbf |
| RGB | rgb(43, 175, 191) |
| HSL | hsl(187, 63%, 46%) |
| CMYK | cmyk(78%, 8%, 0%, 25%) |
| LAB | lab(65.7 -28.7 -18.1) |
| LCH | lch(65.7 33.9 212.2) |
| OKLCH | oklch(0.693 0.110 207.3) |
Copy-ready code
/* CSS */
color: #2bafbf;
background-color: #2bafbf;
/* Tailwind (arbitrary) */
class="text-[#2bafbf] bg-[#2bafbf]"
/* SCSS */
$brand: #2bafbf;
/* SwiftUI */
Color(red: 0.169, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#2bafbf")Accessibility — WCAG contrast
Aa
#2bafbf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bafbf on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.6%
Blue74.9%
CMYK percentages
Cyan77.5%
Magenta8.4%
Yellow0.0%
Key (black)25.1%
Color previews
#2bafbf text on a black background
contrast 7.99:1
Card sample
#2bafbf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bafbf;
Background color
Panel with #2bafbf background
background-color: #2bafbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bafbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bafbf; background: linear-gradient(135deg, #2bafbf, #2B4CBF);