#6233f4
a balanced, electric blue · warm · closest name: blue
RGB
98, 51, 244
HSL
255°, 90%, 58%
CMYK
60, 79, 0, 4
Luminance
0.1150
Every format
| HEX | #6233f4 |
| RGB | rgb(98, 51, 244) |
| HSL | hsl(255, 90%, 58%) |
| CMYK | cmyk(60%, 79%, 0%, 4%) |
| LAB | lab(40.4 66.4 -88.1) |
| LCH | lch(40.4 110.3 307.0) |
| OKLCH | oklch(0.516 0.261 283.6) |
Copy-ready code
/* CSS */
color: #6233f4;
background-color: #6233f4;
/* Tailwind (arbitrary) */
class="text-[#6233f4] bg-[#6233f4]"
/* SCSS */
$brand: #6233f4;
/* SwiftUI */
Color(red: 0.384, green: 0.200, blue: 0.957)
/* Android */
Color.parseColor("#6233f4")Accessibility — WCAG contrast
Aa
#6233f4 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6233f4 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green20.0%
Blue95.7%
CMYK percentages
Cyan59.8%
Magenta79.1%
Yellow0.0%
Key (black)4.3%
Color previews
#6233f4 text on a black background
contrast 3.30:1
Card sample
#6233f4 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6233f4;
Background color
Panel with #6233f4 background
background-color: #6233f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6233f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 51, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 51, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6233f4; background: linear-gradient(135deg, #6233f4, #E333F4);