#2bacce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 172, 206
HSL
193°, 66%, 49%
CMYK
79, 17, 0, 19
Luminance
0.3447
Every format
| HEX | #2bacce |
| RGB | rgb(43, 172, 206) |
| HSL | hsl(193, 66%, 49%) |
| CMYK | cmyk(79%, 17%, 0%, 19%) |
| LAB | lab(65.3 -22.4 -27.0) |
| LCH | lch(65.3 35.0 230.3) |
| OKLCH | oklch(0.692 0.116 220.5) |
Copy-ready code
/* CSS */
color: #2bacce;
background-color: #2bacce;
/* Tailwind (arbitrary) */
class="text-[#2bacce] bg-[#2bacce]"
/* SCSS */
$brand: #2bacce;
/* SwiftUI */
Color(red: 0.169, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#2bacce")Accessibility — WCAG contrast
Aa
#2bacce on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bacce on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green67.5%
Blue80.8%
CMYK percentages
Cyan79.1%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#2bacce text on a black background
contrast 7.89:1
Card sample
#2bacce text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bacce;
Background color
Panel with #2bacce background
background-color: #2bacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bacce; background: linear-gradient(135deg, #2bacce, #2B3FCE);