#085cf2
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 92, 242
HSL
219°, 94%, 49%
CMYK
97, 62, 0, 5
Luminance
0.1412
Every format
| HEX | #085cf2 |
| RGB | rgb(8, 92, 242) |
| HSL | hsl(219, 94%, 49%) |
| CMYK | cmyk(97%, 62%, 0%, 5%) |
| LAB | lab(44.4 36.8 -80.5) |
| LCH | lch(44.4 88.5 294.6) |
| OKLCH | oklch(0.534 0.236 261.8) |
Copy-ready code
/* CSS */
color: #085cf2;
background-color: #085cf2;
/* Tailwind (arbitrary) */
class="text-[#085cf2] bg-[#085cf2]"
/* SCSS */
$brand: #085cf2;
/* SwiftUI */
Color(red: 0.031, green: 0.361, blue: 0.949)
/* Android */
Color.parseColor("#085cf2")Accessibility — WCAG contrast
Aa
#085cf2 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085cf2 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green36.1%
Blue94.9%
CMYK percentages
Cyan96.7%
Magenta62.0%
Yellow0.0%
Key (black)5.1%
Color previews
#085cf2 text on a black background
contrast 3.82:1
Card sample
#085cf2 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085cf2;
Background color
Panel with #085cf2 background
background-color: #085cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 92, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 92, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085cf2; background: linear-gradient(135deg, #085cf2, #5008F2);