#5233df
a balanced, vivid blue · warm · closest name: navy
RGB
82, 51, 223
HSL
251°, 73%, 54%
CMYK
63, 77, 0, 13
Luminance
0.0949
Every format
| HEX | #5233df |
| RGB | rgb(82, 51, 223) |
| HSL | hsl(251, 73%, 54%) |
| CMYK | cmyk(63%, 77%, 0%, 13%) |
| LAB | lab(36.9 59.0 -82.0) |
| LCH | lch(36.9 101.0 305.7) |
| OKLCH | oklch(0.482 0.241 280.7) |
Copy-ready code
/* CSS */
color: #5233df;
background-color: #5233df;
/* Tailwind (arbitrary) */
class="text-[#5233df] bg-[#5233df]"
/* SCSS */
$brand: #5233df;
/* SwiftUI */
Color(red: 0.322, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#5233df")Accessibility — WCAG contrast
Aa
#5233df on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5233df on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green20.0%
Blue87.5%
CMYK percentages
Cyan63.2%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5233df text on a black background
contrast 2.90:1
Card sample
#5233df text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5233df;
Background color
Panel with #5233df background
background-color: #5233df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5233df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5233df; background: linear-gradient(135deg, #5233df, #C533DF);