#3818be
a dark, electric blue · warm · closest name: navy
RGB
56, 24, 190
HSL
252°, 78%, 42%
CMYK
71, 87, 0, 26
Luminance
0.0521
Every format
| HEX | #3818be |
| RGB | rgb(56, 24, 190) |
| HSL | hsl(252, 78%, 42%) |
| CMYK | cmyk(71%, 87%, 0%, 26%) |
| LAB | lab(27.3 58.7 -78.7) |
| LCH | lch(27.3 98.2 306.7) |
| OKLCH | oklch(0.400 0.229 277.1) |
Copy-ready code
/* CSS */
color: #3818be;
background-color: #3818be;
/* Tailwind (arbitrary) */
class="text-[#3818be] bg-[#3818be]"
/* SCSS */
$brand: #3818be;
/* SwiftUI */
Color(red: 0.220, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#3818be")Accessibility — WCAG contrast
Aa
#3818be on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3818be on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green9.4%
Blue74.5%
CMYK percentages
Cyan70.5%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#3818be text on a black background
contrast 2.04:1
Card sample
#3818be text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3818be;
Background color
Panel with #3818be background
background-color: #3818be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3818be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3818be; background: linear-gradient(135deg, #3818be, #A718BE);