#0872cf
a dark, electric blue · cool · closest name: dodgerblue
RGB
8, 114, 207
HSL
208°, 93%, 42%
CMYK
96, 45, 0, 19
Luminance
0.1659
Every format
| HEX | #0872cf |
| RGB | rgb(8, 114, 207) |
| HSL | hsl(208, 93%, 42%) |
| CMYK | cmyk(96%, 45%, 0%, 19%) |
| LAB | lab(47.7 9.0 -55.3) |
| LCH | lch(47.7 56.0 279.3) |
| OKLCH | oklch(0.551 0.166 252.9) |
Copy-ready code
/* CSS */
color: #0872cf;
background-color: #0872cf;
/* Tailwind (arbitrary) */
class="text-[#0872cf] bg-[#0872cf]"
/* SCSS */
$brand: #0872cf;
/* SwiftUI */
Color(red: 0.031, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#0872cf")Accessibility — WCAG contrast
Aa
#0872cf on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0872cf on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green44.7%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#0872cf text on a black background
contrast 4.32:1
Card sample
#0872cf text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0872cf;
Background color
Panel with #0872cf background
background-color: #0872cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0872cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0872cf; background: linear-gradient(135deg, #0872cf, #2308CF);