#1c38c4
a dark, electric blue · warm · closest name: navy
RGB
28, 56, 196
HSL
230°, 75%, 44%
CMYK
86, 71, 0, 23
Luminance
0.0706
Every format
| HEX | #1c38c4 |
| RGB | rgb(28, 56, 196) |
| HSL | hsl(230, 75%, 44%) |
| CMYK | cmyk(86%, 71%, 0%, 23%) |
| LAB | lab(31.9 43.2 -74.6) |
| LCH | lch(31.9 86.2 300.0) |
| OKLCH | oklch(0.431 0.217 266.6) |
Copy-ready code
/* CSS */
color: #1c38c4;
background-color: #1c38c4;
/* Tailwind (arbitrary) */
class="text-[#1c38c4] bg-[#1c38c4]"
/* SCSS */
$brand: #1c38c4;
/* SwiftUI */
Color(red: 0.110, green: 0.220, blue: 0.769)
/* Android */
Color.parseColor("#1c38c4")Accessibility — WCAG contrast
Aa
#1c38c4 on white: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c38c4 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green22.0%
Blue76.9%
CMYK percentages
Cyan85.7%
Magenta71.4%
Yellow0.0%
Key (black)23.1%
Color previews
#1c38c4 text on a black background
contrast 2.41:1
Card sample
#1c38c4 text on a white background
contrast 8.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c38c4;
Background color
Panel with #1c38c4 background
background-color: #1c38c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c38c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 56, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 56, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c38c4; background: linear-gradient(135deg, #1c38c4, #701CC4);