#1c41b0
a dark, vivid blue · warm · closest name: slateblue
RGB
28, 65, 176
HSL
225°, 73%, 40%
CMYK
84, 63, 0, 31
Luminance
0.0716
Every format
| HEX | #1c41b0 |
| RGB | rgb(28, 65, 176) |
| HSL | hsl(225, 73%, 40%) |
| CMYK | cmyk(84%, 63%, 0%, 31%) |
| LAB | lab(32.2 30.0 -62.4) |
| LCH | lch(32.2 69.3 295.7) |
| OKLCH | oklch(0.427 0.181 265.0) |
Copy-ready code
/* CSS */
color: #1c41b0;
background-color: #1c41b0;
/* Tailwind (arbitrary) */
class="text-[#1c41b0] bg-[#1c41b0]"
/* SCSS */
$brand: #1c41b0;
/* SwiftUI */
Color(red: 0.110, green: 0.255, blue: 0.690)
/* Android */
Color.parseColor("#1c41b0")Accessibility — WCAG contrast
Aa
#1c41b0 on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c41b0 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green25.5%
Blue69.0%
CMYK percentages
Cyan84.1%
Magenta63.1%
Yellow0.0%
Key (black)31.0%
Color previews
#1c41b0 text on a black background
contrast 2.43:1
Card sample
#1c41b0 text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c41b0;
Background color
Panel with #1c41b0 background
background-color: #1c41b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c41b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 65, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 65, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c41b0; background: linear-gradient(135deg, #1c41b0, #5A1CB0);