#0293ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
2, 147, 255
HSL
206°, 100%, 50%
CMYK
99, 42, 0, 0
Luminance
0.2810
Every format
| HEX | #0293ff |
| RGB | rgb(2, 147, 255) |
| HSL | hsl(206, 100%, 50%) |
| CMYK | cmyk(99%, 42%, 0%, 0%) |
| LAB | lab(60.0 7.2 -62.4) |
| LCH | lch(60.0 62.9 276.6) |
| OKLCH | oklch(0.656 0.190 250.9) |
Copy-ready code
/* CSS */
color: #0293ff;
background-color: #0293ff;
/* Tailwind (arbitrary) */
class="text-[#0293ff] bg-[#0293ff]"
/* SCSS */
$brand: #0293ff;
/* SwiftUI */
Color(red: 0.008, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#0293ff")Accessibility — WCAG contrast
Aa
#0293ff on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0293ff on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green57.6%
Blue100.0%
CMYK percentages
Cyan99.2%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#0293ff text on a black background
contrast 6.62:1
Card sample
#0293ff text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0293ff;
Background color
Panel with #0293ff background
background-color: #0293ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0293ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0293ff; background: linear-gradient(135deg, #0293ff, #1A02FF);