#030cd2
a dark, electric blue · warm · closest name: blue
RGB
3, 12, 210
HSL
237°, 97%, 42%
CMYK
99, 94, 0, 18
Luminance
0.0494
Every format
| HEX | #030cd2 |
| RGB | rgb(3, 12, 210) |
| HSL | hsl(237, 97%, 42%) |
| CMYK | cmyk(99%, 94%, 0%, 18%) |
| LAB | lab(26.6 66.0 -91.8) |
| LCH | lch(26.6 113.1 305.7) |
| OKLCH | oklch(0.396 0.267 264.4) |
Copy-ready code
/* CSS */
color: #030cd2;
background-color: #030cd2;
/* Tailwind (arbitrary) */
class="text-[#030cd2] bg-[#030cd2]"
/* SCSS */
$brand: #030cd2;
/* SwiftUI */
Color(red: 0.012, green: 0.047, blue: 0.824)
/* Android */
Color.parseColor("#030cd2")Accessibility — WCAG contrast
Aa
#030cd2 on white: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030cd2 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green4.7%
Blue82.4%
CMYK percentages
Cyan98.6%
Magenta94.3%
Yellow0.0%
Key (black)17.6%
Color previews
#030cd2 text on a black background
contrast 1.99:1
Card sample
#030cd2 text on a white background
contrast 10.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030cd2;
Background color
Panel with #030cd2 background
background-color: #030cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 12, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 12, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030cd2; background: linear-gradient(135deg, #030cd2, #8403D2);