#182df3
a balanced, electric blue · warm · closest name: blue
RGB
24, 45, 243
HSL
234°, 90%, 52%
CMYK
90, 82, 0, 5
Luminance
0.0854
Every format
| HEX | #182df3 |
| RGB | rgb(24, 45, 243) |
| HSL | hsl(234, 90%, 52%) |
| CMYK | cmyk(90%, 82%, 0%, 5%) |
| LAB | lab(35.1 64.2 -96.4) |
| LCH | lch(35.1 115.8 303.6) |
| OKLCH | oklch(0.468 0.280 266.0) |
Copy-ready code
/* CSS */
color: #182df3;
background-color: #182df3;
/* Tailwind (arbitrary) */
class="text-[#182df3] bg-[#182df3]"
/* SCSS */
$brand: #182df3;
/* SwiftUI */
Color(red: 0.094, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#182df3")Accessibility — WCAG contrast
Aa
#182df3 on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182df3 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green17.6%
Blue95.3%
CMYK percentages
Cyan90.1%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#182df3 text on a black background
contrast 2.71:1
Card sample
#182df3 text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182df3;
Background color
Panel with #182df3 background
background-color: #182df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182df3; background: linear-gradient(135deg, #182df3, #9518F3);