#080fce
a dark, electric blue · warm · closest name: blue
RGB
8, 15, 206
HSL
238°, 93%, 42%
CMYK
96, 93, 0, 19
Luminance
0.0485
Every format
| HEX | #080fce |
| RGB | rgb(8, 15, 206) |
| HSL | hsl(238, 93%, 42%) |
| CMYK | cmyk(96%, 93%, 0%, 19%) |
| LAB | lab(26.3 64.3 -89.9) |
| LCH | lch(26.3 110.5 305.6) |
| OKLCH | oklch(0.393 0.261 265.0) |
Copy-ready code
/* CSS */
color: #080fce;
background-color: #080fce;
/* Tailwind (arbitrary) */
class="text-[#080fce] bg-[#080fce]"
/* SCSS */
$brand: #080fce;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.808)
/* Android */
Color.parseColor("#080fce")Accessibility — WCAG contrast
Aa
#080fce on white: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080fce on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue80.8%
CMYK percentages
Cyan96.1%
Magenta92.7%
Yellow0.0%
Key (black)19.2%
Color previews
#080fce text on a black background
contrast 1.97:1
Card sample
#080fce text on a white background
contrast 10.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080fce;
Background color
Panel with #080fce background
background-color: #080fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080fce; background: linear-gradient(135deg, #080fce, #8508CE);