#080fdf
a balanced, electric blue · warm · closest name: blue
RGB
8, 15, 223
HSL
238°, 93%, 45%
CMYK
96, 93, 0, 13
Luminance
0.0572
Every format
| HEX | #080fdf |
| RGB | rgb(8, 15, 223) |
| HSL | hsl(238, 93%, 45%) |
| CMYK | cmyk(96%, 93%, 0%, 13%) |
| LAB | lab(28.7 68.8 -95.7) |
| LCH | lch(28.7 117.9 305.7) |
| OKLCH | oklch(0.416 0.278 264.8) |
Copy-ready code
/* CSS */
color: #080fdf;
background-color: #080fdf;
/* Tailwind (arbitrary) */
class="text-[#080fdf] bg-[#080fdf]"
/* SCSS */
$brand: #080fdf;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#080fdf")Accessibility — WCAG contrast
Aa
#080fdf on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080fdf on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#080fdf text on a black background
contrast 2.14:1
Card sample
#080fdf text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080fdf;
Background color
Panel with #080fdf background
background-color: #080fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080fdf; background: linear-gradient(135deg, #080fdf, #9008DF);