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