#003df3
a balanced, electric blue · cool · closest name: blue
RGB
0, 61, 243
HSL
225°, 100%, 48%
CMYK
100, 75, 0, 5
Luminance
0.0981
Every format
| HEX | #003df3 |
| RGB | rgb(0, 61, 243) |
| HSL | hsl(225, 100%, 48%) |
| CMYK | cmyk(100%, 75%, 0%, 5%) |
| LAB | lab(37.5 55.7 -92.5) |
| LCH | lch(37.5 107.9 301.1) |
| OKLCH | oklch(0.484 0.270 263.8) |
Copy-ready code
/* CSS */
color: #003df3;
background-color: #003df3;
/* Tailwind (arbitrary) */
class="text-[#003df3] bg-[#003df3]"
/* SCSS */
$brand: #003df3;
/* SwiftUI */
Color(red: 0.000, green: 0.239, blue: 0.953)
/* Android */
Color.parseColor("#003df3")Accessibility — WCAG contrast
Aa
#003df3 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003df3 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.9%
Blue95.3%
CMYK percentages
Cyan100.0%
Magenta74.9%
Yellow0.0%
Key (black)4.7%
Color previews
#003df3 text on a black background
contrast 2.96:1
Card sample
#003df3 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003df3;
Background color
Panel with #003df3 background
background-color: #003df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 61, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 61, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003df3; background: linear-gradient(135deg, #003df3, #6500F3);