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