#2ab4ff
a balanced, electric blue · cool · closest name: steelblue
RGB
42, 180, 255
HSL
201°, 100%, 58%
CMYK
84, 29, 0, 0
Luminance
0.4035
Every format
| HEX | #2ab4ff |
| RGB | rgb(42, 180, 255) |
| HSL | hsl(201, 100%, 58%) |
| CMYK | cmyk(84%, 29%, 0%, 0%) |
| LAB | lab(69.7 -10.0 -47.0) |
| LCH | lch(69.7 48.0 258.0) |
| OKLCH | oklch(0.734 0.155 239.3) |
Copy-ready code
/* CSS */
color: #2ab4ff;
background-color: #2ab4ff;
/* Tailwind (arbitrary) */
class="text-[#2ab4ff] bg-[#2ab4ff]"
/* SCSS */
$brand: #2ab4ff;
/* SwiftUI */
Color(red: 0.165, green: 0.706, blue: 1.000)
/* Android */
Color.parseColor("#2ab4ff")Accessibility — WCAG contrast
Aa
#2ab4ff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab4ff on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green70.6%
Blue100.0%
CMYK percentages
Cyan83.5%
Magenta29.4%
Yellow0.0%
Key (black)0.0%
Color previews
#2ab4ff text on a black background
contrast 9.07:1
Card sample
#2ab4ff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab4ff;
Background color
Panel with #2ab4ff background
background-color: #2ab4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 180, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 180, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab4ff; background: linear-gradient(135deg, #2ab4ff, #2E2AFF);