#6232df
a balanced, vivid violet · warm · closest name: navy
RGB
98, 50, 223
HSL
257°, 73%, 54%
CMYK
56, 78, 0, 13
Luminance
0.1021
Every format
| HEX | #6232df |
| RGB | rgb(98, 50, 223) |
| HSL | hsl(257, 73%, 54%) |
| CMYK | cmyk(56%, 78%, 0%, 13%) |
| LAB | lab(38.2 61.2 -79.8) |
| LCH | lch(38.2 100.5 307.5) |
| OKLCH | oklch(0.495 0.240 286.5) |
Copy-ready code
/* CSS */
color: #6232df;
background-color: #6232df;
/* Tailwind (arbitrary) */
class="text-[#6232df] bg-[#6232df]"
/* SCSS */
$brand: #6232df;
/* SwiftUI */
Color(red: 0.384, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#6232df")Accessibility — WCAG contrast
Aa
#6232df on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6232df on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green19.6%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#6232df text on a black background
contrast 3.04:1
Card sample
#6232df text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6232df;
Background color
Panel with #6232df background
background-color: #6232df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6232df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6232df; background: linear-gradient(135deg, #6232df, #D532DF);