#085baf
a dark, electric blue · cool · closest name: royalblue
RGB
8, 91, 175
HSL
210°, 91%, 36%
CMYK
95, 48, 0, 31
Luminance
0.1063
Every format
| HEX | #085baf |
| RGB | rgb(8, 91, 175) |
| HSL | hsl(210, 91%, 36%) |
| CMYK | cmyk(95%, 48%, 0%, 31%) |
| LAB | lab(39.0 11.0 -50.8) |
| LCH | lch(39.0 52.0 282.2) |
| OKLCH | oklch(0.477 0.152 254.9) |
Copy-ready code
/* CSS */
color: #085baf;
background-color: #085baf;
/* Tailwind (arbitrary) */
class="text-[#085baf] bg-[#085baf]"
/* SCSS */
$brand: #085baf;
/* SwiftUI */
Color(red: 0.031, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#085baf")Accessibility — WCAG contrast
Aa
#085baf on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#085baf on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green35.7%
Blue68.6%
CMYK percentages
Cyan95.4%
Magenta48.0%
Yellow0.0%
Key (black)31.4%
Color previews
#085baf text on a black background
contrast 3.13:1
Card sample
#085baf text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085baf;
Background color
Panel with #085baf background
background-color: #085baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085baf; background: linear-gradient(135deg, #085baf, #2408AF);