#6f73cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
111, 115, 207
HSL
238°, 50%, 62%
CMYK
46, 44, 0, 19
Luminance
0.2015
Every format
| HEX | #6f73cf |
| RGB | rgb(111, 115, 207) |
| HSL | hsl(238, 50%, 62%) |
| CMYK | cmyk(46%, 44%, 0%, 19%) |
| LAB | lab(52.0 22.7 -48.2) |
| LCH | lch(52.0 53.3 295.2) |
| OKLCH | oklch(0.595 0.139 279.4) |
Copy-ready code
/* CSS */
color: #6f73cf;
background-color: #6f73cf;
/* Tailwind (arbitrary) */
class="text-[#6f73cf] bg-[#6f73cf]"
/* SCSS */
$brand: #6f73cf;
/* SwiftUI */
Color(red: 0.435, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#6f73cf")Accessibility — WCAG contrast
Aa
#6f73cf on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f73cf on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green45.1%
Blue81.2%
CMYK percentages
Cyan46.4%
Magenta44.4%
Yellow0.0%
Key (black)18.8%
Color previews
#6f73cf text on a black background
contrast 5.03:1
Card sample
#6f73cf text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f73cf;
Background color
Panel with #6f73cf background
background-color: #6f73cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f73cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f73cf; background: linear-gradient(135deg, #6f73cf, #AB6FCF);