#5f6fd2
a balanced, vivid blue · warm · closest name: royalblue
RGB
95, 111, 210
HSL
232°, 56%, 60%
CMYK
55, 47, 0, 18
Luminance
0.1845
Every format
| HEX | #5f6fd2 |
| RGB | rgb(95, 111, 210) |
| HSL | hsl(232, 56%, 60%) |
| CMYK | cmyk(55%, 47%, 0%, 18%) |
| LAB | lab(50.0 22.5 -53.1) |
| LCH | lch(50.0 57.7 293.0) |
| OKLCH | oklch(0.578 0.152 273.8) |
Copy-ready code
/* CSS */
color: #5f6fd2;
background-color: #5f6fd2;
/* Tailwind (arbitrary) */
class="text-[#5f6fd2] bg-[#5f6fd2]"
/* SCSS */
$brand: #5f6fd2;
/* SwiftUI */
Color(red: 0.373, green: 0.435, blue: 0.824)
/* Android */
Color.parseColor("#5f6fd2")Accessibility — WCAG contrast
Aa
#5f6fd2 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f6fd2 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green43.5%
Blue82.4%
CMYK percentages
Cyan54.8%
Magenta47.1%
Yellow0.0%
Key (black)17.6%
Color previews
#5f6fd2 text on a black background
contrast 4.69:1
Card sample
#5f6fd2 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f6fd2;
Background color
Panel with #5f6fd2 background
background-color: #5f6fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f6fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 111, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 111, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f6fd2; background: linear-gradient(135deg, #5f6fd2, #9C5FD2);