#5230df
a balanced, vivid blue · warm · closest name: blue
RGB
82, 48, 223
HSL
252°, 73%, 53%
CMYK
63, 79, 0, 13
Luminance
0.0924
Every format
| HEX | #5230df |
| RGB | rgb(82, 48, 223) |
| HSL | hsl(252, 73%, 53%) |
| CMYK | cmyk(63%, 79%, 0%, 13%) |
| LAB | lab(36.4 60.3 -82.7) |
| LCH | lch(36.4 102.4 306.1) |
| OKLCH | oklch(0.479 0.243 280.9) |
Copy-ready code
/* CSS */
color: #5230df;
background-color: #5230df;
/* Tailwind (arbitrary) */
class="text-[#5230df] bg-[#5230df]"
/* SCSS */
$brand: #5230df;
/* SwiftUI */
Color(red: 0.322, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#5230df")Accessibility — WCAG contrast
Aa
#5230df on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5230df on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green18.8%
Blue87.5%
CMYK percentages
Cyan63.2%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#5230df text on a black background
contrast 2.85:1
Card sample
#5230df text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5230df;
Background color
Panel with #5230df background
background-color: #5230df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5230df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5230df; background: linear-gradient(135deg, #5230df, #C730DF);