#2686fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
38, 134, 252
HSL
213°, 97%, 57%
CMYK
85, 47, 0, 1
Luminance
0.2449
Every format
| HEX | #2686fc |
| RGB | rgb(38, 134, 252) |
| HSL | hsl(213, 97%, 57%) |
| CMYK | cmyk(85%, 47%, 0%, 1%) |
| LAB | lab(56.6 15.4 -66.2) |
| LCH | lch(56.6 68.0 283.1) |
| OKLCH | oklch(0.630 0.196 256.5) |
Copy-ready code
/* CSS */
color: #2686fc;
background-color: #2686fc;
/* Tailwind (arbitrary) */
class="text-[#2686fc] bg-[#2686fc]"
/* SCSS */
$brand: #2686fc;
/* SwiftUI */
Color(red: 0.149, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#2686fc")Accessibility — WCAG contrast
Aa
#2686fc on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2686fc on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green52.5%
Blue98.8%
CMYK percentages
Cyan84.9%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#2686fc text on a black background
contrast 5.90:1
Card sample
#2686fc text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2686fc;
Background color
Panel with #2686fc background
background-color: #2686fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2686fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2686fc; background: linear-gradient(135deg, #2686fc, #5526FC);