#5f6eee
a light, electric blue · warm · closest name: royalblue
RGB
95, 110, 238
HSL
234°, 81%, 65%
CMYK
60, 54, 0, 7
Luminance
0.1976
Every format
| HEX | #5f6eee |
| RGB | rgb(95, 110, 238) |
| HSL | hsl(234, 81%, 65%) |
| CMYK | cmyk(60%, 54%, 0%, 7%) |
| LAB | lab(51.6 32.2 -66.5) |
| LCH | lch(51.6 73.8 295.9) |
| OKLCH | oklch(0.595 0.191 274.0) |
Copy-ready code
/* CSS */
color: #5f6eee;
background-color: #5f6eee;
/* Tailwind (arbitrary) */
class="text-[#5f6eee] bg-[#5f6eee]"
/* SCSS */
$brand: #5f6eee;
/* SwiftUI */
Color(red: 0.373, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#5f6eee")Accessibility — WCAG contrast
Aa
#5f6eee on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f6eee on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green43.1%
Blue93.3%
CMYK percentages
Cyan60.1%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#5f6eee text on a black background
contrast 4.95:1
Card sample
#5f6eee text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f6eee;
Background color
Panel with #5f6eee background
background-color: #5f6eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f6eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f6eee; background: linear-gradient(135deg, #5f6eee, #AF5FEE);