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