#1218be
a dark, electric blue · warm · closest name: navy
RGB
18, 24, 190
HSL
238°, 83%, 41%
CMYK
91, 87, 0, 26
Luminance
0.0450
Every format
| HEX | #1218be |
| RGB | rgb(18, 24, 190) |
| HSL | hsl(238, 83%, 41%) |
| CMYK | cmyk(91%, 87%, 0%, 26%) |
| LAB | lab(25.3 57.2 -82.2) |
| LCH | lch(25.3 100.1 304.8) |
| OKLCH | oklch(0.381 0.238 266.5) |
Copy-ready code
/* CSS */
color: #1218be;
background-color: #1218be;
/* Tailwind (arbitrary) */
class="text-[#1218be] bg-[#1218be]"
/* SCSS */
$brand: #1218be;
/* SwiftUI */
Color(red: 0.071, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#1218be")Accessibility — WCAG contrast
Aa
#1218be on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1218be on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green9.4%
Blue74.5%
CMYK percentages
Cyan90.5%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#1218be text on a black background
contrast 1.90:1
Card sample
#1218be text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1218be;
Background color
Panel with #1218be background
background-color: #1218be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1218be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1218be; background: linear-gradient(135deg, #1218be, #7F12BE);