#081ace
a dark, electric blue · warm · closest name: blue
RGB
8, 26, 206
HSL
235°, 93%, 42%
CMYK
96, 87, 0, 19
Luminance
0.0525
Every format
| HEX | #081ace |
| RGB | rgb(8, 26, 206) |
| HSL | hsl(235, 93%, 42%) |
| CMYK | cmyk(96%, 87%, 0%, 19%) |
| LAB | lab(27.4 60.9 -88.0) |
| LCH | lch(27.4 107.0 304.7) |
| OKLCH | oklch(0.401 0.256 265.0) |
Copy-ready code
/* CSS */
color: #081ace;
background-color: #081ace;
/* Tailwind (arbitrary) */
class="text-[#081ace] bg-[#081ace]"
/* SCSS */
$brand: #081ace;
/* SwiftUI */
Color(red: 0.031, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#081ace")Accessibility — WCAG contrast
Aa
#081ace on white: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081ace on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green10.2%
Blue80.8%
CMYK percentages
Cyan96.1%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#081ace text on a black background
contrast 2.05:1
Card sample
#081ace text on a white background
contrast 10.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081ace;
Background color
Panel with #081ace background
background-color: #081ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081ace; background: linear-gradient(135deg, #081ace, #7A08CE);