#2ab1ea
a balanced, electric cyan · cool · closest name: steelblue
RGB
42, 177, 234
HSL
198°, 82%, 54%
CMYK
82, 24, 0, 8
Luminance
0.3788
Every format
| HEX | #2ab1ea |
| RGB | rgb(42, 177, 234) |
| HSL | hsl(198, 82%, 54%) |
| CMYK | cmyk(82%, 24%, 0%, 8%) |
| LAB | lab(67.9 -15.7 -38.4) |
| LCH | lch(67.9 41.4 247.8) |
| OKLCH | oklch(0.717 0.137 232.4) |
Copy-ready code
/* CSS */
color: #2ab1ea;
background-color: #2ab1ea;
/* Tailwind (arbitrary) */
class="text-[#2ab1ea] bg-[#2ab1ea]"
/* SCSS */
$brand: #2ab1ea;
/* SwiftUI */
Color(red: 0.165, green: 0.694, blue: 0.918)
/* Android */
Color.parseColor("#2ab1ea")Accessibility — WCAG contrast
Aa
#2ab1ea on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab1ea on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.4%
Blue91.8%
CMYK percentages
Cyan82.1%
Magenta24.4%
Yellow0.0%
Key (black)8.2%
Color previews
#2ab1ea text on a black background
contrast 8.58:1
Card sample
#2ab1ea text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab1ea;
Background color
Panel with #2ab1ea background
background-color: #2ab1ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab1ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 177, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 177, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab1ea; background: linear-gradient(135deg, #2ab1ea, #2A31EA);