#0083f4
a balanced, electric blue · cool · closest name: dodgerblue
RGB
0, 131, 244
HSL
208°, 100%, 48%
CMYK
100, 46, 0, 4
Luminance
0.2276
Every format
| HEX | #0083f4 |
| RGB | rgb(0, 131, 244) |
| HSL | hsl(208, 100%, 48%) |
| CMYK | cmyk(100%, 46%, 0%, 4%) |
| LAB | lab(54.8 12.7 -64.7) |
| LCH | lch(54.8 65.9 281.1) |
| OKLCH | oklch(0.614 0.194 253.8) |
Copy-ready code
/* CSS */
color: #0083f4;
background-color: #0083f4;
/* Tailwind (arbitrary) */
class="text-[#0083f4] bg-[#0083f4]"
/* SCSS */
$brand: #0083f4;
/* SwiftUI */
Color(red: 0.000, green: 0.514, blue: 0.957)
/* Android */
Color.parseColor("#0083f4")Accessibility — WCAG contrast
Aa
#0083f4 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0083f4 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green51.4%
Blue95.7%
CMYK percentages
Cyan100.0%
Magenta46.3%
Yellow0.0%
Key (black)4.3%
Color previews
#0083f4 text on a black background
contrast 5.55:1
Card sample
#0083f4 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0083f4;
Background color
Panel with #0083f4 background
background-color: #0083f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0083f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 131, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 131, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0083f4; background: linear-gradient(135deg, #0083f4, #2000F4);