#6f67df
a balanced, vivid blue · warm · closest name: slateblue
RGB
111, 103, 223
HSL
244°, 65%, 64%
CMYK
50, 54, 0, 13
Luminance
0.1841
Every format
| HEX | #6f67df |
| RGB | rgb(111, 103, 223) |
| HSL | hsl(244, 65%, 64%) |
| CMYK | cmyk(50%, 54%, 0%, 13%) |
| LAB | lab(50.0 34.7 -60.5) |
| LCH | lch(50.0 69.8 299.9) |
| OKLCH | oklch(0.583 0.177 282.4) |
Copy-ready code
/* CSS */
color: #6f67df;
background-color: #6f67df;
/* Tailwind (arbitrary) */
class="text-[#6f67df] bg-[#6f67df]"
/* SCSS */
$brand: #6f67df;
/* SwiftUI */
Color(red: 0.435, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#6f67df")Accessibility — WCAG contrast
Aa
#6f67df on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f67df on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green40.4%
Blue87.5%
CMYK percentages
Cyan50.2%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#6f67df text on a black background
contrast 4.68:1
Card sample
#6f67df text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f67df;
Background color
Panel with #6f67df background
background-color: #6f67df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f67df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f67df; background: linear-gradient(135deg, #6f67df, #BF67DF);