#2cabec
a balanced, electric blue · cool · closest name: steelblue
RGB
44, 171, 236
HSL
200°, 84%, 55%
CMYK
81, 28, 0, 8
Luminance
0.3572
Every format
| HEX | #2cabec |
| RGB | rgb(44, 171, 236) |
| HSL | hsl(200, 84%, 55%) |
| CMYK | cmyk(81%, 28%, 0%, 8%) |
| LAB | lab(66.3 -11.6 -42.0) |
| LCH | lch(66.3 43.5 254.6) |
| OKLCH | oklch(0.704 0.141 237.1) |
Copy-ready code
/* CSS */
color: #2cabec;
background-color: #2cabec;
/* Tailwind (arbitrary) */
class="text-[#2cabec] bg-[#2cabec]"
/* SCSS */
$brand: #2cabec;
/* SwiftUI */
Color(red: 0.173, green: 0.671, blue: 0.925)
/* Android */
Color.parseColor("#2cabec")Accessibility — WCAG contrast
Aa
#2cabec on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cabec on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.1%
Blue92.5%
CMYK percentages
Cyan81.4%
Magenta27.5%
Yellow0.0%
Key (black)7.5%
Color previews
#2cabec text on a black background
contrast 8.14:1
Card sample
#2cabec text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cabec;
Background color
Panel with #2cabec background
background-color: #2cabec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cabec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 171, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 171, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cabec; background: linear-gradient(135deg, #2cabec, #2D2CEC);