#1218ce
a dark, electric blue · warm · closest name: blue
RGB
18, 24, 206
HSL
238°, 84%, 44%
CMYK
91, 88, 0, 19
Luminance
0.0524
Every format
| HEX | #1218ce |
| RGB | rgb(18, 24, 206) |
| HSL | hsl(238, 84%, 44%) |
| CMYK | cmyk(91%, 88%, 0%, 19%) |
| LAB | lab(27.4 61.8 -88.0) |
| LCH | lch(27.4 107.5 305.1) |
| OKLCH | oklch(0.401 0.255 266.1) |
Copy-ready code
/* CSS */
color: #1218ce;
background-color: #1218ce;
/* Tailwind (arbitrary) */
class="text-[#1218ce] bg-[#1218ce]"
/* SCSS */
$brand: #1218ce;
/* SwiftUI */
Color(red: 0.071, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#1218ce")Accessibility — WCAG contrast
Aa
#1218ce on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1218ce on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green9.4%
Blue80.8%
CMYK percentages
Cyan91.3%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#1218ce text on a black background
contrast 2.05:1
Card sample
#1218ce text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1218ce;
Background color
Panel with #1218ce background
background-color: #1218ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1218ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1218ce; background: linear-gradient(135deg, #1218ce, #8912CE);