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