#081df0
a balanced, electric blue · warm · closest name: blue
RGB
8, 29, 240
HSL
235°, 94%, 49%
CMYK
97, 88, 0, 6
Luminance
0.0722
Every format
| HEX | #081df0 |
| RGB | rgb(8, 29, 240) |
| HSL | hsl(235, 94%, 49%) |
| CMYK | cmyk(97%, 88%, 0%, 6%) |
| LAB | lab(32.3 69.4 -99.4) |
| LCH | lch(32.3 121.2 304.9) |
| OKLCH | oklch(0.447 0.289 264.8) |
Copy-ready code
/* CSS */
color: #081df0;
background-color: #081df0;
/* Tailwind (arbitrary) */
class="text-[#081df0] bg-[#081df0]"
/* SCSS */
$brand: #081df0;
/* SwiftUI */
Color(red: 0.031, green: 0.114, blue: 0.941)
/* Android */
Color.parseColor("#081df0")Accessibility — WCAG contrast
Aa
#081df0 on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081df0 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green11.4%
Blue94.1%
CMYK percentages
Cyan96.7%
Magenta87.9%
Yellow0.0%
Key (black)5.9%
Color previews
#081df0 text on a black background
contrast 2.44:1
Card sample
#081df0 text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081df0;
Background color
Panel with #081df0 background
background-color: #081df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 29, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 29, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081df0; background: linear-gradient(135deg, #081df0, #8E08F0);