#1818ce
a balanced, electric blue · warm · closest name: blue
RGB
24, 24, 206
HSL
240°, 79%, 45%
CMYK
88, 88, 0, 19
Luminance
0.0530
Every format
| HEX | #1818ce |
| RGB | rgb(24, 24, 206) |
| HSL | hsl(240, 79%, 45%) |
| CMYK | cmyk(88%, 88%, 0%, 19%) |
| LAB | lab(27.6 61.9 -87.7) |
| LCH | lch(27.6 107.3 305.2) |
| OKLCH | oklch(0.403 0.254 267.1) |
Copy-ready code
/* CSS */
color: #1818ce;
background-color: #1818ce;
/* Tailwind (arbitrary) */
class="text-[#1818ce] bg-[#1818ce]"
/* SCSS */
$brand: #1818ce;
/* SwiftUI */
Color(red: 0.094, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#1818ce")Accessibility — WCAG contrast
Aa
#1818ce on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1818ce on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green9.4%
Blue80.8%
CMYK percentages
Cyan88.3%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#1818ce text on a black background
contrast 2.06:1
Card sample
#1818ce text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1818ce;
Background color
Panel with #1818ce background
background-color: #1818ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1818ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1818ce; background: linear-gradient(135deg, #1818ce, #9118CE);