#2babee
a balanced, electric blue · cool · closest name: steelblue
RGB
43, 171, 238
HSL
201°, 85%, 55%
CMYK
82, 28, 0, 7
Luminance
0.3581
Every format
| HEX | #2babee |
| RGB | rgb(43, 171, 238) |
| HSL | hsl(201, 85%, 55%) |
| CMYK | cmyk(82%, 28%, 0%, 7%) |
| LAB | lab(66.4 -10.9 -43.0) |
| LCH | lch(66.4 44.3 255.7) |
| OKLCH | oklch(0.705 0.144 237.9) |
Copy-ready code
/* CSS */
color: #2babee;
background-color: #2babee;
/* Tailwind (arbitrary) */
class="text-[#2babee] bg-[#2babee]"
/* SCSS */
$brand: #2babee;
/* SwiftUI */
Color(red: 0.169, green: 0.671, blue: 0.933)
/* Android */
Color.parseColor("#2babee")Accessibility — WCAG contrast
Aa
#2babee on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2babee on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green67.1%
Blue93.3%
CMYK percentages
Cyan81.9%
Magenta28.2%
Yellow0.0%
Key (black)6.7%
Color previews
#2babee text on a black background
contrast 8.16:1
Card sample
#2babee text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2babee;
Background color
Panel with #2babee background
background-color: #2babee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2babee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 171, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 171, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2babee; background: linear-gradient(135deg, #2babee, #2D2BEE);