#0218ce
a dark, electric blue · warm · closest name: blue
RGB
2, 24, 206
HSL
234°, 98%, 41%
CMYK
99, 88, 0, 19
Luminance
0.0512
Every format
| HEX | #0218ce |
| RGB | rgb(2, 24, 206) |
| HSL | hsl(234, 98%, 41%) |
| CMYK | cmyk(99%, 88%, 0%, 19%) |
| LAB | lab(27.1 61.5 -88.6) |
| LCH | lch(27.1 107.8 304.8) |
| OKLCH | oklch(0.398 0.258 264.4) |
Copy-ready code
/* CSS */
color: #0218ce;
background-color: #0218ce;
/* Tailwind (arbitrary) */
class="text-[#0218ce] bg-[#0218ce]"
/* SCSS */
$brand: #0218ce;
/* SwiftUI */
Color(red: 0.008, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#0218ce")Accessibility — WCAG contrast
Aa
#0218ce on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0218ce on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green9.4%
Blue80.8%
CMYK percentages
Cyan99.0%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#0218ce text on a black background
contrast 2.02:1
Card sample
#0218ce text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0218ce;
Background color
Panel with #0218ce background
background-color: #0218ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0218ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0218ce; background: linear-gradient(135deg, #0218ce, #7402CE);