#085cdf
a balanced, electric blue · cool · closest name: royalblue
RGB
8, 92, 223
HSL
217°, 93%, 45%
CMYK
96, 59, 0, 13
Luminance
0.1303
Every format
| HEX | #085cdf |
| RGB | rgb(8, 92, 223) |
| HSL | hsl(217, 93%, 45%) |
| CMYK | cmyk(96%, 59%, 0%, 13%) |
| LAB | lab(42.8 29.6 -72.4) |
| LCH | lch(42.8 78.2 292.2) |
| OKLCH | oklch(0.517 0.212 260.7) |
Copy-ready code
/* CSS */
color: #085cdf;
background-color: #085cdf;
/* Tailwind (arbitrary) */
class="text-[#085cdf] bg-[#085cdf]"
/* SCSS */
$brand: #085cdf;
/* SwiftUI */
Color(red: 0.031, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#085cdf")Accessibility — WCAG contrast
Aa
#085cdf on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085cdf on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green36.1%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#085cdf text on a black background
contrast 3.61:1
Card sample
#085cdf text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085cdf;
Background color
Panel with #085cdf background
background-color: #085cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085cdf; background: linear-gradient(135deg, #085cdf, #4308DF);