#0886fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 134, 252
HSL
209°, 98%, 51%
CMYK
97, 47, 0, 1
Luminance
0.2413
Every format
| HEX | #0886fc |
| RGB | rgb(8, 134, 252) |
| HSL | hsl(209, 98%, 51%) |
| CMYK | cmyk(97%, 47%, 0%, 1%) |
| LAB | lab(56.2 14.1 -66.8) |
| LCH | lch(56.2 68.3 281.9) |
| OKLCH | oklch(0.626 0.200 254.5) |
Copy-ready code
/* CSS */
color: #0886fc;
background-color: #0886fc;
/* Tailwind (arbitrary) */
class="text-[#0886fc] bg-[#0886fc]"
/* SCSS */
$brand: #0886fc;
/* SwiftUI */
Color(red: 0.031, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#0886fc")Accessibility — WCAG contrast
Aa
#0886fc on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0886fc on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green52.5%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#0886fc text on a black background
contrast 5.83:1
Card sample
#0886fc text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0886fc;
Background color
Panel with #0886fc background
background-color: #0886fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0886fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0886fc; background: linear-gradient(135deg, #0886fc, #2D08FC);