#2ab7ff
a balanced, electric blue · cool · closest name: steelblue
RGB
42, 183, 255
HSL
200°, 100%, 58%
CMYK
84, 28, 0, 0
Luminance
0.4158
Every format
| HEX | #2ab7ff |
| RGB | rgb(42, 183, 255) |
| HSL | hsl(200, 100%, 58%) |
| CMYK | cmyk(84%, 28%, 0%, 0%) |
| LAB | lab(70.6 -11.6 -45.6) |
| LCH | lch(70.6 47.1 255.7) |
| OKLCH | oklch(0.741 0.153 237.7) |
Copy-ready code
/* CSS */
color: #2ab7ff;
background-color: #2ab7ff;
/* Tailwind (arbitrary) */
class="text-[#2ab7ff] bg-[#2ab7ff]"
/* SCSS */
$brand: #2ab7ff;
/* SwiftUI */
Color(red: 0.165, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#2ab7ff")Accessibility — WCAG contrast
Aa
#2ab7ff on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab7ff on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green71.8%
Blue100.0%
CMYK percentages
Cyan83.5%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#2ab7ff text on a black background
contrast 9.32:1
Card sample
#2ab7ff text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab7ff;
Background color
Panel with #2ab7ff background
background-color: #2ab7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab7ff; background: linear-gradient(135deg, #2ab7ff, #2B2AFF);