#080acf
a dark, electric blue · warm · closest name: blue
RGB
8, 10, 207
HSL
239°, 93%, 42%
CMYK
96, 95, 0, 19
Luminance
0.0477
Every format
| HEX | #080acf |
| RGB | rgb(8, 10, 207) |
| HSL | hsl(239, 93%, 42%) |
| CMYK | cmyk(96%, 95%, 0%, 19%) |
| LAB | lab(26.1 65.7 -90.8) |
| LCH | lch(26.1 112.1 305.9) |
| OKLCH | oklch(0.392 0.264 264.9) |
Copy-ready code
/* CSS */
color: #080acf;
background-color: #080acf;
/* Tailwind (arbitrary) */
class="text-[#080acf] bg-[#080acf]"
/* SCSS */
$brand: #080acf;
/* SwiftUI */
Color(red: 0.031, green: 0.039, blue: 0.812)
/* Android */
Color.parseColor("#080acf")Accessibility — WCAG contrast
Aa
#080acf on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080acf on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.9%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta95.2%
Yellow0.0%
Key (black)18.8%
Color previews
#080acf text on a black background
contrast 1.95:1
Card sample
#080acf text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080acf;
Background color
Panel with #080acf background
background-color: #080acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 10, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 10, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080acf; background: linear-gradient(135deg, #080acf, #8B08CF);