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