#2baac2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 170, 194
HSL
190°, 64%, 47%
CMYK
78, 12, 0, 24
Luminance
0.3316
Every format
| HEX | #2baac2 |
| RGB | rgb(43, 170, 194) |
| HSL | hsl(190, 64%, 47%) |
| CMYK | cmyk(78%, 12%, 0%, 24%) |
| LAB | lab(64.3 -25.3 -21.9) |
| LCH | lch(64.3 33.4 221.0) |
| OKLCH | oklch(0.682 0.110 213.8) |
Copy-ready code
/* CSS */
color: #2baac2;
background-color: #2baac2;
/* Tailwind (arbitrary) */
class="text-[#2baac2] bg-[#2baac2]"
/* SCSS */
$brand: #2baac2;
/* SwiftUI */
Color(red: 0.169, green: 0.667, blue: 0.761)
/* Android */
Color.parseColor("#2baac2")Accessibility — WCAG contrast
Aa
#2baac2 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2baac2 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green66.7%
Blue76.1%
CMYK percentages
Cyan77.8%
Magenta12.4%
Yellow0.0%
Key (black)23.9%
Color previews
#2baac2 text on a black background
contrast 7.63:1
Card sample
#2baac2 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2baac2;
Background color
Panel with #2baac2 background
background-color: #2baac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2baac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 170, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 170, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2baac2; background: linear-gradient(135deg, #2baac2, #2B45C2);