#080ffd
a balanced, electric blue · warm · closest name: blue
RGB
8, 15, 253
HSL
238°, 98%, 51%
CMYK
97, 94, 0, 1
Luminance
0.0749
Every format
| HEX | #080ffd |
| RGB | rgb(8, 15, 253) |
| HSL | hsl(238, 98%, 51%) |
| CMYK | cmyk(97%, 94%, 0%, 1%) |
| LAB | lab(32.9 76.4 -105.8) |
| LCH | lch(32.9 130.5 305.8) |
| OKLCH | oklch(0.456 0.307 264.6) |
Copy-ready code
/* CSS */
color: #080ffd;
background-color: #080ffd;
/* Tailwind (arbitrary) */
class="text-[#080ffd] bg-[#080ffd]"
/* SCSS */
$brand: #080ffd;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.992)
/* Android */
Color.parseColor("#080ffd")Accessibility — WCAG contrast
Aa
#080ffd on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080ffd on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta94.1%
Yellow0.0%
Key (black)0.8%
Color previews
#080ffd text on a black background
contrast 2.50:1
Card sample
#080ffd text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080ffd;
Background color
Panel with #080ffd background
background-color: #080ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080ffd; background: linear-gradient(135deg, #080ffd, #A408FD);