#6233f6
a balanced, electric blue · warm · closest name: blue
RGB
98, 51, 246
HSL
255°, 92%, 58%
CMYK
60, 79, 0, 4
Luminance
0.1162
Every format
| HEX | #6233f6 |
| RGB | rgb(98, 51, 246) |
| HSL | hsl(255, 92%, 58%) |
| CMYK | cmyk(60%, 79%, 0%, 4%) |
| LAB | lab(40.6 66.9 -88.9) |
| LCH | lch(40.6 111.3 307.0) |
| OKLCH | oklch(0.518 0.263 283.3) |
Copy-ready code
/* CSS */
color: #6233f6;
background-color: #6233f6;
/* Tailwind (arbitrary) */
class="text-[#6233f6] bg-[#6233f6]"
/* SCSS */
$brand: #6233f6;
/* SwiftUI */
Color(red: 0.384, green: 0.200, blue: 0.965)
/* Android */
Color.parseColor("#6233f6")Accessibility — WCAG contrast
Aa
#6233f6 on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6233f6 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green20.0%
Blue96.5%
CMYK percentages
Cyan60.2%
Magenta79.3%
Yellow0.0%
Key (black)3.5%
Color previews
#6233f6 text on a black background
contrast 3.32:1
Card sample
#6233f6 text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6233f6;
Background color
Panel with #6233f6 background
background-color: #6233f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6233f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 51, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 51, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6233f6; background: linear-gradient(135deg, #6233f6, #E433F6);