#182ade
a balanced, electric blue · warm · closest name: blue
RGB
24, 42, 222
HSL
235°, 81%, 48%
CMYK
89, 81, 0, 13
Luminance
0.0712
Every format
| HEX | #182ade |
| RGB | rgb(24, 42, 222) |
| HSL | hsl(235, 81%, 48%) |
| CMYK | cmyk(89%, 81%, 0%, 13%) |
| LAB | lab(32.1 59.2 -89.5) |
| LCH | lch(32.1 107.3 303.5) |
| OKLCH | oklch(0.440 0.260 266.4) |
Copy-ready code
/* CSS */
color: #182ade;
background-color: #182ade;
/* Tailwind (arbitrary) */
class="text-[#182ade] bg-[#182ade]"
/* SCSS */
$brand: #182ade;
/* SwiftUI */
Color(red: 0.094, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#182ade")Accessibility — WCAG contrast
Aa
#182ade on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182ade on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green16.5%
Blue87.1%
CMYK percentages
Cyan89.2%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#182ade text on a black background
contrast 2.42:1
Card sample
#182ade text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182ade;
Background color
Panel with #182ade background
background-color: #182ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182ade; background: linear-gradient(135deg, #182ade, #8A18DE);