#2baac6
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 170, 198
HSL
191°, 64%, 47%
CMYK
78, 14, 0, 22
Luminance
0.3334
Every format
| HEX | #2baac6 |
| RGB | rgb(43, 170, 198) |
| HSL | hsl(191, 64%, 47%) |
| CMYK | cmyk(78%, 14%, 0%, 22%) |
| LAB | lab(64.4 -24.0 -23.9) |
| LCH | lch(64.4 33.9 225.0) |
| OKLCH | oklch(0.684 0.112 216.7) |
Copy-ready code
/* CSS */
color: #2baac6;
background-color: #2baac6;
/* Tailwind (arbitrary) */
class="text-[#2baac6] bg-[#2baac6]"
/* SCSS */
$brand: #2baac6;
/* SwiftUI */
Color(red: 0.169, green: 0.667, blue: 0.776)
/* Android */
Color.parseColor("#2baac6")Accessibility — WCAG contrast
Aa
#2baac6 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2baac6 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green66.7%
Blue77.6%
CMYK percentages
Cyan78.3%
Magenta14.1%
Yellow0.0%
Key (black)22.4%
Color previews
#2baac6 text on a black background
contrast 7.67:1
Card sample
#2baac6 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2baac6;
Background color
Panel with #2baac6 background
background-color: #2baac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2baac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 170, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 170, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2baac6; background: linear-gradient(135deg, #2baac6, #2B43C6);