#5f7dec
a balanced, electric blue · warm · closest name: royalblue
RGB
95, 125, 236
HSL
227°, 79%, 65%
CMYK
60, 47, 0, 8
Luminance
0.2316
Every format
| HEX | #5f7dec |
| RGB | rgb(95, 125, 236) |
| HSL | hsl(227, 79%, 65%) |
| CMYK | cmyk(60%, 47%, 0%, 8%) |
| LAB | lab(55.2 22.4 -59.4) |
| LCH | lch(55.2 63.5 290.7) |
| OKLCH | oklch(0.622 0.170 269.6) |
Copy-ready code
/* CSS */
color: #5f7dec;
background-color: #5f7dec;
/* Tailwind (arbitrary) */
class="text-[#5f7dec] bg-[#5f7dec]"
/* SCSS */
$brand: #5f7dec;
/* SwiftUI */
Color(red: 0.373, green: 0.490, blue: 0.925)
/* Android */
Color.parseColor("#5f7dec")Accessibility — WCAG contrast
Aa
#5f7dec on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f7dec on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green49.0%
Blue92.5%
CMYK percentages
Cyan59.7%
Magenta47.0%
Yellow0.0%
Key (black)7.5%
Color previews
#5f7dec text on a black background
contrast 5.63:1
Card sample
#5f7dec text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7dec;
Background color
Panel with #5f7dec background
background-color: #5f7dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 125, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 125, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7dec; background: linear-gradient(135deg, #5f7dec, #9F5FEC);