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