#5c8fff
a light, electric blue · cool · closest name: dodgerblue
RGB
92, 143, 255
HSL
221°, 100%, 68%
CMYK
64, 44, 0, 0
Luminance
0.2914
Every format
| HEX | #5c8fff |
| RGB | rgb(92, 143, 255) |
| HSL | hsl(221, 100%, 68%) |
| CMYK | cmyk(64%, 44%, 0%, 0%) |
| LAB | lab(60.9 17.4 -60.9) |
| LCH | lch(60.9 63.3 285.9) |
| OKLCH | oklch(0.669 0.175 263.9) |
Copy-ready code
/* CSS */
color: #5c8fff;
background-color: #5c8fff;
/* Tailwind (arbitrary) */
class="text-[#5c8fff] bg-[#5c8fff]"
/* SCSS */
$brand: #5c8fff;
/* SwiftUI */
Color(red: 0.361, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#5c8fff")Accessibility — WCAG contrast
Aa
#5c8fff on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c8fff on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green56.1%
Blue100.0%
CMYK percentages
Cyan63.9%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#5c8fff text on a black background
contrast 6.83:1
Card sample
#5c8fff text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c8fff;
Background color
Panel with #5c8fff background
background-color: #5c8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c8fff; background: linear-gradient(135deg, #5c8fff, #955CFF);