#085af4
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 90, 244
HSL
219°, 94%, 49%
CMYK
97, 63, 0, 4
Luminance
0.1390
Every format
| HEX | #085af4 |
| RGB | rgb(8, 90, 244) |
| HSL | hsl(219, 94%, 49%) |
| CMYK | cmyk(97%, 63%, 0%, 4%) |
| LAB | lab(44.1 38.8 -82.1) |
| LCH | lch(44.1 90.9 295.3) |
| OKLCH | oklch(0.532 0.240 262.1) |
Copy-ready code
/* CSS */
color: #085af4;
background-color: #085af4;
/* Tailwind (arbitrary) */
class="text-[#085af4] bg-[#085af4]"
/* SCSS */
$brand: #085af4;
/* SwiftUI */
Color(red: 0.031, green: 0.353, blue: 0.957)
/* Android */
Color.parseColor("#085af4")Accessibility — WCAG contrast
Aa
#085af4 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085af4 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green35.3%
Blue95.7%
CMYK percentages
Cyan96.7%
Magenta63.1%
Yellow0.0%
Key (black)4.3%
Color previews
#085af4 text on a black background
contrast 3.78:1
Card sample
#085af4 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085af4;
Background color
Panel with #085af4 background
background-color: #085af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 90, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 90, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085af4; background: linear-gradient(135deg, #085af4, #5308F4);