#181fd2
a balanced, electric blue · warm · closest name: blue
RGB
24, 31, 210
HSL
238°, 80%, 46%
CMYK
89, 85, 0, 18
Luminance
0.0583
Every format
| HEX | #181fd2 |
| RGB | rgb(24, 31, 210) |
| HSL | hsl(238, 80%, 46%) |
| CMYK | cmyk(89%, 85%, 0%, 18%) |
| LAB | lab(29.0 60.4 -87.7) |
| LCH | lch(29.0 106.5 304.6) |
| OKLCH | oklch(0.414 0.254 266.9) |
Copy-ready code
/* CSS */
color: #181fd2;
background-color: #181fd2;
/* Tailwind (arbitrary) */
class="text-[#181fd2] bg-[#181fd2]"
/* SCSS */
$brand: #181fd2;
/* SwiftUI */
Color(red: 0.094, green: 0.122, blue: 0.824)
/* Android */
Color.parseColor("#181fd2")Accessibility — WCAG contrast
Aa
#181fd2 on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#181fd2 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green12.2%
Blue82.4%
CMYK percentages
Cyan88.6%
Magenta85.2%
Yellow0.0%
Key (black)17.6%
Color previews
#181fd2 text on a black background
contrast 2.17:1
Card sample
#181fd2 text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #181fd2;
Background color
Panel with #181fd2 background
background-color: #181fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #181fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 31, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 31, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #181fd2; background: linear-gradient(135deg, #181fd2, #8D18D2);