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