#182cff
a balanced, electric blue · warm · closest name: blue
RGB
24, 44, 255
HSL
235°, 100%, 55%
CMYK
91, 83, 0, 0
Luminance
0.0922
Every format
| HEX | #182cff |
| RGB | rgb(24, 44, 255) |
| HSL | hsl(235, 100%, 55%) |
| CMYK | cmyk(91%, 83%, 0%, 0%) |
| LAB | lab(36.4 68.2 -101.0) |
| LCH | lch(36.4 121.9 304.0) |
| OKLCH | oklch(0.481 0.293 265.9) |
Copy-ready code
/* CSS */
color: #182cff;
background-color: #182cff;
/* Tailwind (arbitrary) */
class="text-[#182cff] bg-[#182cff]"
/* SCSS */
$brand: #182cff;
/* SwiftUI */
Color(red: 0.094, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#182cff")Accessibility — WCAG contrast
Aa
#182cff on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182cff on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green17.3%
Blue100.0%
CMYK percentages
Cyan90.6%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#182cff text on a black background
contrast 2.84:1
Card sample
#182cff text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182cff;
Background color
Panel with #182cff background
background-color: #182cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182cff; background: linear-gradient(135deg, #182cff, #9E18FF);