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