#2ab1ef
a balanced, electric cyan · cool · closest name: steelblue
RGB
42, 177, 239
HSL
199°, 86%, 55%
CMYK
82, 26, 0, 6
Luminance
0.3817
Every format
| HEX | #2ab1ef |
| RGB | rgb(42, 177, 239) |
| HSL | hsl(199, 86%, 55%) |
| CMYK | cmyk(82%, 26%, 0%, 6%) |
| LAB | lab(68.1 -13.9 -40.7) |
| LCH | lch(68.1 43.1 251.1) |
| OKLCH | oklch(0.719 0.141 234.7) |
Copy-ready code
/* CSS */
color: #2ab1ef;
background-color: #2ab1ef;
/* Tailwind (arbitrary) */
class="text-[#2ab1ef] bg-[#2ab1ef]"
/* SCSS */
$brand: #2ab1ef;
/* SwiftUI */
Color(red: 0.165, green: 0.694, blue: 0.937)
/* Android */
Color.parseColor("#2ab1ef")Accessibility — WCAG contrast
Aa
#2ab1ef on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab1ef on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.4%
Blue93.7%
CMYK percentages
Cyan82.4%
Magenta25.9%
Yellow0.0%
Key (black)6.3%
Color previews
#2ab1ef text on a black background
contrast 8.63:1
Card sample
#2ab1ef text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab1ef;
Background color
Panel with #2ab1ef background
background-color: #2ab1ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab1ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 177, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 177, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab1ef; background: linear-gradient(135deg, #2ab1ef, #2A2EEF);