#2baecc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 174, 204
HSL
191°, 65%, 48%
CMYK
79, 15, 0, 20
Luminance
0.3515
Every format
| HEX | #2baecc |
| RGB | rgb(43, 174, 204) |
| HSL | hsl(191, 65%, 48%) |
| CMYK | cmyk(79%, 15%, 0%, 20%) |
| LAB | lab(65.9 -24.1 -25.1) |
| LCH | lch(65.9 34.7 226.2) |
| OKLCH | oklch(0.696 0.115 217.5) |
Copy-ready code
/* CSS */
color: #2baecc;
background-color: #2baecc;
/* Tailwind (arbitrary) */
class="text-[#2baecc] bg-[#2baecc]"
/* SCSS */
$brand: #2baecc;
/* SwiftUI */
Color(red: 0.169, green: 0.682, blue: 0.800)
/* Android */
Color.parseColor("#2baecc")Accessibility — WCAG contrast
Aa
#2baecc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2baecc on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.2%
Blue80.0%
CMYK percentages
Cyan78.9%
Magenta14.7%
Yellow0.0%
Key (black)20.0%
Color previews
#2baecc text on a black background
contrast 8.03:1
Card sample
#2baecc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2baecc;
Background color
Panel with #2baecc background
background-color: #2baecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2baecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 174, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 174, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2baecc; background: linear-gradient(135deg, #2baecc, #2B43CC);