#2bacdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
43, 172, 223
HSL
197°, 74%, 52%
CMYK
81, 23, 0, 13
Luminance
0.3535
Every format
| HEX | #2bacdf |
| RGB | rgb(43, 172, 223) |
| HSL | hsl(197, 74%, 52%) |
| CMYK | cmyk(81%, 23%, 0%, 13%) |
| LAB | lab(66.0 -16.7 -35.3) |
| LCH | lch(66.0 39.0 244.7) |
| OKLCH | oklch(0.700 0.129 230.4) |
Copy-ready code
/* CSS */
color: #2bacdf;
background-color: #2bacdf;
/* Tailwind (arbitrary) */
class="text-[#2bacdf] bg-[#2bacdf]"
/* SCSS */
$brand: #2bacdf;
/* SwiftUI */
Color(red: 0.169, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#2bacdf")Accessibility — WCAG contrast
Aa
#2bacdf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bacdf on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green67.5%
Blue87.5%
CMYK percentages
Cyan80.7%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#2bacdf text on a black background
contrast 8.07:1
Card sample
#2bacdf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bacdf;
Background color
Panel with #2bacdf background
background-color: #2bacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bacdf; background: linear-gradient(135deg, #2bacdf, #2B34DF);