#5f27df
a balanced, vivid violet · warm · closest name: blue
RGB
95, 39, 223
HSL
258°, 74%, 51%
CMYK
57, 83, 0, 13
Luminance
0.0921
Every format
| HEX | #5f27df |
| RGB | rgb(95, 39, 223) |
| HSL | hsl(258, 74%, 51%) |
| CMYK | cmyk(57%, 83%, 0%, 13%) |
| LAB | lab(36.4 65.3 -82.8) |
| LCH | lch(36.4 105.4 308.3) |
| OKLCH | oklch(0.482 0.248 286.3) |
Copy-ready code
/* CSS */
color: #5f27df;
background-color: #5f27df;
/* Tailwind (arbitrary) */
class="text-[#5f27df] bg-[#5f27df]"
/* SCSS */
$brand: #5f27df;
/* SwiftUI */
Color(red: 0.373, green: 0.153, blue: 0.875)
/* Android */
Color.parseColor("#5f27df")Accessibility — WCAG contrast
Aa
#5f27df on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f27df on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green15.3%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta82.5%
Yellow0.0%
Key (black)12.5%
Color previews
#5f27df text on a black background
contrast 2.84:1
Card sample
#5f27df text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f27df;
Background color
Panel with #5f27df background
background-color: #5f27df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f27df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 39, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 39, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f27df; background: linear-gradient(135deg, #5f27df, #DA27DF);