#2eacef
a balanced, electric blue · cool · closest name: steelblue
RGB
46, 172, 239
HSL
201°, 86%, 56%
CMYK
81, 28, 0, 6
Luminance
0.3632
Every format
| HEX | #2eacef |
| RGB | rgb(46, 172, 239) |
| HSL | hsl(201, 86%, 56%) |
| CMYK | cmyk(81%, 28%, 0%, 6%) |
| LAB | lab(66.8 -10.9 -42.9) |
| LCH | lch(66.8 44.3 255.8) |
| OKLCH | oklch(0.708 0.143 238.0) |
Copy-ready code
/* CSS */
color: #2eacef;
background-color: #2eacef;
/* Tailwind (arbitrary) */
class="text-[#2eacef] bg-[#2eacef]"
/* SCSS */
$brand: #2eacef;
/* SwiftUI */
Color(red: 0.180, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#2eacef")Accessibility — WCAG contrast
Aa
#2eacef on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eacef on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green67.5%
Blue93.7%
CMYK percentages
Cyan80.8%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#2eacef text on a black background
contrast 8.26:1
Card sample
#2eacef text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eacef;
Background color
Panel with #2eacef background
background-color: #2eacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eacef; background: linear-gradient(135deg, #2eacef, #312EEF);