#083dfd
a balanced, electric blue · warm · closest name: blue
RGB
8, 61, 253
HSL
227°, 98%, 51%
CMYK
97, 76, 0, 1
Luminance
0.1048
Every format
| HEX | #083dfd |
| RGB | rgb(8, 61, 253) |
| HSL | hsl(227, 98%, 51%) |
| CMYK | cmyk(97%, 76%, 0%, 1%) |
| LAB | lab(38.7 59.1 -96.1) |
| LCH | lch(38.7 112.8 301.6) |
| OKLCH | oklch(0.496 0.280 264.3) |
Copy-ready code
/* CSS */
color: #083dfd;
background-color: #083dfd;
/* Tailwind (arbitrary) */
class="text-[#083dfd] bg-[#083dfd]"
/* SCSS */
$brand: #083dfd;
/* SwiftUI */
Color(red: 0.031, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#083dfd")Accessibility — WCAG contrast
Aa
#083dfd on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#083dfd on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green23.9%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#083dfd text on a black background
contrast 3.10:1
Card sample
#083dfd text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #083dfd;
Background color
Panel with #083dfd background
background-color: #083dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #083dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #083dfd; background: linear-gradient(135deg, #083dfd, #7608FD);