#0247fb
a balanced, electric blue · cool · closest name: blue
RGB
2, 71, 251
HSL
223°, 98%, 50%
CMYK
99, 72, 0, 2
Luminance
0.1148
Every format
| HEX | #0247fb |
| RGB | rgb(2, 71, 251) |
| HSL | hsl(223, 98%, 50%) |
| CMYK | cmyk(99%, 72%, 0%, 2%) |
| LAB | lab(40.4 52.8 -92.2) |
| LCH | lch(40.4 106.2 299.8) |
| OKLCH | oklch(0.507 0.269 263.6) |
Copy-ready code
/* CSS */
color: #0247fb;
background-color: #0247fb;
/* Tailwind (arbitrary) */
class="text-[#0247fb] bg-[#0247fb]"
/* SCSS */
$brand: #0247fb;
/* SwiftUI */
Color(red: 0.008, green: 0.278, blue: 0.984)
/* Android */
Color.parseColor("#0247fb")Accessibility — WCAG contrast
Aa
#0247fb on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0247fb on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green27.8%
Blue98.4%
CMYK percentages
Cyan99.2%
Magenta71.7%
Yellow0.0%
Key (black)1.6%
Color previews
#0247fb text on a black background
contrast 3.30:1
Card sample
#0247fb text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0247fb;
Background color
Panel with #0247fb background
background-color: #0247fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0247fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 71, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 71, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0247fb; background: linear-gradient(135deg, #0247fb, #6302FB);