#0865cf
a dark, electric blue · cool · closest name: royalblue
RGB
8, 101, 207
HSL
212°, 93%, 42%
CMYK
96, 51, 0, 19
Luminance
0.1386
Every format
| HEX | #0865cf |
| RGB | rgb(8, 101, 207) |
| HSL | hsl(212, 93%, 42%) |
| CMYK | cmyk(96%, 51%, 0%, 19%) |
| LAB | lab(44.0 17.4 -61.2) |
| LCH | lch(44.0 63.6 285.8) |
| OKLCH | oklch(0.523 0.181 257.0) |
Copy-ready code
/* CSS */
color: #0865cf;
background-color: #0865cf;
/* Tailwind (arbitrary) */
class="text-[#0865cf] bg-[#0865cf]"
/* SCSS */
$brand: #0865cf;
/* SwiftUI */
Color(red: 0.031, green: 0.396, blue: 0.812)
/* Android */
Color.parseColor("#0865cf")Accessibility — WCAG contrast
Aa
#0865cf on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0865cf on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green39.6%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta51.2%
Yellow0.0%
Key (black)18.8%
Color previews
#0865cf text on a black background
contrast 3.77:1
Card sample
#0865cf text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0865cf;
Background color
Panel with #0865cf background
background-color: #0865cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0865cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 101, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 101, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0865cf; background: linear-gradient(135deg, #0865cf, #3008CF);