#080fff
a balanced, electric blue · warm · closest name: blue
RGB
8, 15, 255
HSL
238°, 100%, 52%
CMYK
97, 94, 0, 0
Luminance
0.0761
Every format
| HEX | #080fff |
| RGB | rgb(8, 15, 255) |
| HSL | hsl(238, 100%, 52%) |
| CMYK | cmyk(97%, 94%, 0%, 0%) |
| LAB | lab(33.2 76.9 -106.4) |
| LCH | lch(33.2 131.3 305.9) |
| OKLCH | oklch(0.458 0.309 264.6) |
Copy-ready code
/* CSS */
color: #080fff;
background-color: #080fff;
/* Tailwind (arbitrary) */
class="text-[#080fff] bg-[#080fff]"
/* SCSS */
$brand: #080fff;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 1.000)
/* Android */
Color.parseColor("#080fff")Accessibility — WCAG contrast
Aa
#080fff on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080fff on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta94.1%
Yellow0.0%
Key (black)0.0%
Color previews
#080fff text on a black background
contrast 2.52:1
Card sample
#080fff text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080fff;
Background color
Panel with #080fff background
background-color: #080fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080fff; background: linear-gradient(135deg, #080fff, #A608FF);