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