#082bfd
a balanced, electric blue · warm · closest name: blue
RGB
8, 43, 253
HSL
231°, 98%, 51%
CMYK
97, 83, 0, 1
Luminance
0.0887
Every format
| HEX | #082bfd |
| RGB | rgb(8, 43, 253) |
| HSL | hsl(231, 98%, 51%) |
| CMYK | cmyk(97%, 83%, 0%, 1%) |
| LAB | lab(35.7 67.8 -101.0) |
| LCH | lch(35.7 121.6 303.9) |
| OKLCH | oklch(0.475 0.294 264.7) |
Copy-ready code
/* CSS */
color: #082bfd;
background-color: #082bfd;
/* Tailwind (arbitrary) */
class="text-[#082bfd] bg-[#082bfd]"
/* SCSS */
$brand: #082bfd;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#082bfd")Accessibility — WCAG contrast
Aa
#082bfd on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082bfd on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#082bfd text on a black background
contrast 2.77:1
Card sample
#082bfd text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082bfd;
Background color
Panel with #082bfd background
background-color: #082bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082bfd; background: linear-gradient(135deg, #082bfd, #8808FD);