#030cfd
a balanced, electric blue · warm · closest name: blue
RGB
3, 12, 253
HSL
238°, 98%, 50%
CMYK
99, 95, 0, 1
Luminance
0.0737
Every format
| HEX | #030cfd |
| RGB | rgb(3, 12, 253) |
| HSL | hsl(238, 98%, 50%) |
| CMYK | cmyk(99%, 95%, 0%, 1%) |
| LAB | lab(32.6 76.9 -106.2) |
| LCH | lch(32.6 131.1 305.9) |
| OKLCH | oklch(0.454 0.308 264.3) |
Copy-ready code
/* CSS */
color: #030cfd;
background-color: #030cfd;
/* Tailwind (arbitrary) */
class="text-[#030cfd] bg-[#030cfd]"
/* SCSS */
$brand: #030cfd;
/* SwiftUI */
Color(red: 0.012, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#030cfd")Accessibility — WCAG contrast
Aa
#030cfd on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030cfd on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green4.7%
Blue99.2%
CMYK percentages
Cyan98.8%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#030cfd text on a black background
contrast 2.47:1
Card sample
#030cfd text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030cfd;
Background color
Panel with #030cfd background
background-color: #030cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030cfd; background: linear-gradient(135deg, #030cfd, #A003FD);