#5f8bff
a light, electric blue · cool · closest name: dodgerblue
RGB
95, 139, 255
HSL
224°, 100%, 69%
CMYK
63, 46, 0, 0
Luminance
0.2812
Every format
| HEX | #5f8bff |
| RGB | rgb(95, 139, 255) |
| HSL | hsl(224, 100%, 69%) |
| CMYK | cmyk(63%, 46%, 0%, 0%) |
| LAB | lab(60.0 20.3 -62.3) |
| LCH | lch(60.0 65.5 288.0) |
| OKLCH | oklch(0.662 0.178 266.1) |
Copy-ready code
/* CSS */
color: #5f8bff;
background-color: #5f8bff;
/* Tailwind (arbitrary) */
class="text-[#5f8bff] bg-[#5f8bff]"
/* SCSS */
$brand: #5f8bff;
/* SwiftUI */
Color(red: 0.373, green: 0.545, blue: 1.000)
/* Android */
Color.parseColor("#5f8bff")Accessibility — WCAG contrast
Aa
#5f8bff on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f8bff on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green54.5%
Blue100.0%
CMYK percentages
Cyan62.7%
Magenta45.5%
Yellow0.0%
Key (black)0.0%
Color previews
#5f8bff text on a black background
contrast 6.62:1
Card sample
#5f8bff text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f8bff;
Background color
Panel with #5f8bff background
background-color: #5f8bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f8bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 139, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 139, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f8bff; background: linear-gradient(135deg, #5f8bff, #9E5FFF);