#5833df
a balanced, vivid blue · warm · closest name: navy
RGB
88, 51, 223
HSL
253°, 73%, 54%
CMYK
61, 77, 0, 13
Luminance
0.0977
Every format
| HEX | #5833df |
| RGB | rgb(88, 51, 223) |
| HSL | hsl(253, 73%, 54%) |
| CMYK | cmyk(61%, 77%, 0%, 13%) |
| LAB | lab(37.4 59.6 -81.1) |
| LCH | lch(37.4 100.6 306.3) |
| OKLCH | oklch(0.487 0.240 282.8) |
Copy-ready code
/* CSS */
color: #5833df;
background-color: #5833df;
/* Tailwind (arbitrary) */
class="text-[#5833df] bg-[#5833df]"
/* SCSS */
$brand: #5833df;
/* SwiftUI */
Color(red: 0.345, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#5833df")Accessibility — WCAG contrast
Aa
#5833df on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5833df on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green20.0%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5833df text on a black background
contrast 2.95:1
Card sample
#5833df text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5833df;
Background color
Panel with #5833df background
background-color: #5833df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5833df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5833df; background: linear-gradient(135deg, #5833df, #CB33DF);