#2146ef
a balanced, electric blue · warm · closest name: slateblue
RGB
33, 70, 239
HSL
229°, 87%, 53%
CMYK
86, 71, 0, 6
Luminance
0.1094
Every format
| HEX | #2146ef |
| RGB | rgb(33, 70, 239) |
| HSL | hsl(229, 87%, 53%) |
| CMYK | cmyk(86%, 71%, 0%, 6%) |
| LAB | lab(39.5 50.1 -86.9) |
| LCH | lch(39.5 100.3 300.0) |
| OKLCH | oklch(0.498 0.253 266.1) |
Copy-ready code
/* CSS */
color: #2146ef;
background-color: #2146ef;
/* Tailwind (arbitrary) */
class="text-[#2146ef] bg-[#2146ef]"
/* SCSS */
$brand: #2146ef;
/* SwiftUI */
Color(red: 0.129, green: 0.275, blue: 0.937)
/* Android */
Color.parseColor("#2146ef")Accessibility — WCAG contrast
Aa
#2146ef on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2146ef on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green27.5%
Blue93.7%
CMYK percentages
Cyan86.2%
Magenta70.7%
Yellow0.0%
Key (black)6.3%
Color previews
#2146ef text on a black background
contrast 3.19:1
Card sample
#2146ef text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2146ef;
Background color
Panel with #2146ef background
background-color: #2146ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2146ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 70, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 70, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2146ef; background: linear-gradient(135deg, #2146ef, #8521EF);