#085fff
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 95, 255
HSL
219°, 100%, 52%
CMYK
97, 63, 0, 0
Luminance
0.1546
Every format
| HEX | #085fff |
| RGB | rgb(8, 95, 255) |
| HSL | hsl(219, 100%, 52%) |
| CMYK | cmyk(97%, 63%, 0%, 0%) |
| LAB | lab(46.3 39.8 -84.7) |
| LCH | lch(46.3 93.6 295.2) |
| OKLCH | oklch(0.551 0.248 262.0) |
Copy-ready code
/* CSS */
color: #085fff;
background-color: #085fff;
/* Tailwind (arbitrary) */
class="text-[#085fff] bg-[#085fff]"
/* SCSS */
$brand: #085fff;
/* SwiftUI */
Color(red: 0.031, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#085fff")Accessibility — WCAG contrast
Aa
#085fff on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085fff on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green37.3%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#085fff text on a black background
contrast 4.09:1
Card sample
#085fff text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085fff;
Background color
Panel with #085fff background
background-color: #085fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085fff; background: linear-gradient(135deg, #085fff, #5608FF);