#4932df
a balanced, vivid blue · warm · closest name: navy
RGB
73, 50, 223
HSL
248°, 73%, 54%
CMYK
67, 78, 0, 13
Luminance
0.0903
Every format
| HEX | #4932df |
| RGB | rgb(73, 50, 223) |
| HSL | hsl(248, 73%, 54%) |
| CMYK | cmyk(67%, 78%, 0%, 13%) |
| LAB | lab(36.0 58.6 -83.4) |
| LCH | lch(36.0 101.9 305.1) |
| OKLCH | oklch(0.474 0.243 277.7) |
Copy-ready code
/* CSS */
color: #4932df;
background-color: #4932df;
/* Tailwind (arbitrary) */
class="text-[#4932df] bg-[#4932df]"
/* SCSS */
$brand: #4932df;
/* SwiftUI */
Color(red: 0.286, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#4932df")Accessibility — WCAG contrast
Aa
#4932df on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4932df on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green19.6%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4932df text on a black background
contrast 2.81:1
Card sample
#4932df text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4932df;
Background color
Panel with #4932df background
background-color: #4932df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4932df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4932df; background: linear-gradient(135deg, #4932df, #BC32DF);