#2eaefd
a balanced, electric blue · cool · closest name: steelblue
RGB
46, 174, 253
HSL
203°, 98%, 59%
CMYK
82, 31, 0, 1
Luminance
0.3794
Every format
| HEX | #2eaefd |
| RGB | rgb(46, 174, 253) |
| HSL | hsl(203, 98%, 59%) |
| CMYK | cmyk(82%, 31%, 0%, 1%) |
| LAB | lab(68.0 -7.1 -48.6) |
| LCH | lch(68.0 49.1 261.7) |
| OKLCH | oklch(0.720 0.156 242.0) |
Copy-ready code
/* CSS */
color: #2eaefd;
background-color: #2eaefd;
/* Tailwind (arbitrary) */
class="text-[#2eaefd] bg-[#2eaefd]"
/* SCSS */
$brand: #2eaefd;
/* SwiftUI */
Color(red: 0.180, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#2eaefd")Accessibility — WCAG contrast
Aa
#2eaefd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eaefd on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green68.2%
Blue99.2%
CMYK percentages
Cyan81.8%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#2eaefd text on a black background
contrast 8.59:1
Card sample
#2eaefd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eaefd;
Background color
Panel with #2eaefd background
background-color: #2eaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eaefd; background: linear-gradient(135deg, #2eaefd, #382EFD);