#5f6cdb
a balanced, vivid blue · warm · closest name: royalblue
RGB
95, 108, 219
HSL
234°, 63%, 62%
CMYK
57, 51, 0, 14
Luminance
0.1827
Every format
| HEX | #5f6cdb |
| RGB | rgb(95, 108, 219) |
| HSL | hsl(234, 63%, 62%) |
| CMYK | cmyk(57%, 51%, 0%, 14%) |
| LAB | lab(49.8 27.2 -58.6) |
| LCH | lch(49.8 64.6 294.9) |
| OKLCH | oklch(0.578 0.168 274.8) |
Copy-ready code
/* CSS */
color: #5f6cdb;
background-color: #5f6cdb;
/* Tailwind (arbitrary) */
class="text-[#5f6cdb] bg-[#5f6cdb]"
/* SCSS */
$brand: #5f6cdb;
/* SwiftUI */
Color(red: 0.373, green: 0.424, blue: 0.859)
/* Android */
Color.parseColor("#5f6cdb")Accessibility — WCAG contrast
Aa
#5f6cdb on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f6cdb on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green42.4%
Blue85.9%
CMYK percentages
Cyan56.6%
Magenta50.7%
Yellow0.0%
Key (black)14.1%
Color previews
#5f6cdb text on a black background
contrast 4.65:1
Card sample
#5f6cdb text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f6cdb;
Background color
Panel with #5f6cdb background
background-color: #5f6cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f6cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 108, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 108, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f6cdb; background: linear-gradient(135deg, #5f6cdb, #A55FDB);