#5f7afb
a light, electric blue · warm · closest name: royalblue
RGB
95, 122, 251
HSL
230°, 95%, 68%
CMYK
62, 51, 0, 2
Luminance
0.2332
Every format
| HEX | #5f7afb |
| RGB | rgb(95, 122, 251) |
| HSL | hsl(230, 95%, 68%) |
| CMYK | cmyk(62%, 51%, 0%, 2%) |
| LAB | lab(55.4 29.2 -67.5) |
| LCH | lch(55.4 73.5 293.4) |
| OKLCH | oklch(0.626 0.194 270.9) |
Copy-ready code
/* CSS */
color: #5f7afb;
background-color: #5f7afb;
/* Tailwind (arbitrary) */
class="text-[#5f7afb] bg-[#5f7afb]"
/* SCSS */
$brand: #5f7afb;
/* SwiftUI */
Color(red: 0.373, green: 0.478, blue: 0.984)
/* Android */
Color.parseColor("#5f7afb")Accessibility — WCAG contrast
Aa
#5f7afb on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f7afb on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green47.8%
Blue98.4%
CMYK percentages
Cyan62.2%
Magenta51.4%
Yellow0.0%
Key (black)1.6%
Color previews
#5f7afb text on a black background
contrast 5.66:1
Card sample
#5f7afb text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7afb;
Background color
Panel with #5f7afb background
background-color: #5f7afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 122, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 122, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7afb; background: linear-gradient(135deg, #5f7afb, #AC5FFB);