#080fd9
a dark, electric blue · warm · closest name: blue
RGB
8, 15, 217
HSL
238°, 93%, 44%
CMYK
96, 93, 0, 15
Luminance
0.0540
Every format
| HEX | #080fd9 |
| RGB | rgb(8, 15, 217) |
| HSL | hsl(238, 93%, 44%) |
| CMYK | cmyk(96%, 93%, 0%, 15%) |
| LAB | lab(27.9 67.2 -93.7) |
| LCH | lch(27.9 115.3 305.7) |
| OKLCH | oklch(0.408 0.272 264.9) |
Copy-ready code
/* CSS */
color: #080fd9;
background-color: #080fd9;
/* Tailwind (arbitrary) */
class="text-[#080fd9] bg-[#080fd9]"
/* SCSS */
$brand: #080fd9;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.851)
/* Android */
Color.parseColor("#080fd9")Accessibility — WCAG contrast
Aa
#080fd9 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080fd9 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue85.1%
CMYK percentages
Cyan96.3%
Magenta93.1%
Yellow0.0%
Key (black)14.9%
Color previews
#080fd9 text on a black background
contrast 2.08:1
Card sample
#080fd9 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080fd9;
Background color
Panel with #080fd9 background
background-color: #080fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080fd9; background: linear-gradient(135deg, #080fd9, #8C08D9);