#182ac3
a dark, electric blue · warm · closest name: navy
RGB
24, 42, 195
HSL
234°, 78%, 43%
CMYK
88, 79, 0, 24
Luminance
0.0579
Every format
| HEX | #182ac3 |
| RGB | rgb(24, 42, 195) |
| HSL | hsl(234, 78%, 43%) |
| CMYK | cmyk(88%, 79%, 0%, 24%) |
| LAB | lab(28.9 50.6 -79.1) |
| LCH | lch(28.9 93.9 302.6) |
| OKLCH | oklch(0.408 0.230 266.9) |
Copy-ready code
/* CSS */
color: #182ac3;
background-color: #182ac3;
/* Tailwind (arbitrary) */
class="text-[#182ac3] bg-[#182ac3]"
/* SCSS */
$brand: #182ac3;
/* SwiftUI */
Color(red: 0.094, green: 0.165, blue: 0.765)
/* Android */
Color.parseColor("#182ac3")Accessibility — WCAG contrast
Aa
#182ac3 on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182ac3 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green16.5%
Blue76.5%
CMYK percentages
Cyan87.7%
Magenta78.5%
Yellow0.0%
Key (black)23.5%
Color previews
#182ac3 text on a black background
contrast 2.16:1
Card sample
#182ac3 text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182ac3;
Background color
Panel with #182ac3 background
background-color: #182ac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182ac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 42, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 42, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182ac3; background: linear-gradient(135deg, #182ac3, #7818C3);