#2e86fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
46, 134, 252
HSL
214°, 97%, 58%
CMYK
82, 47, 0, 1
Luminance
0.2466
Every format
| HEX | #2e86fc |
| RGB | rgb(46, 134, 252) |
| HSL | hsl(214, 97%, 58%) |
| CMYK | cmyk(82%, 47%, 0%, 1%) |
| LAB | lab(56.7 16.0 -66.0) |
| LCH | lch(56.7 67.9 283.7) |
| OKLCH | oklch(0.632 0.194 257.4) |
Copy-ready code
/* CSS */
color: #2e86fc;
background-color: #2e86fc;
/* Tailwind (arbitrary) */
class="text-[#2e86fc] bg-[#2e86fc]"
/* SCSS */
$brand: #2e86fc;
/* SwiftUI */
Color(red: 0.180, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#2e86fc")Accessibility — WCAG contrast
Aa
#2e86fc on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2e86fc on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green52.5%
Blue98.8%
CMYK percentages
Cyan81.7%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#2e86fc text on a black background
contrast 5.93:1
Card sample
#2e86fc text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e86fc;
Background color
Panel with #2e86fc background
background-color: #2e86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e86fc; background: linear-gradient(135deg, #2e86fc, #5F2EFC);