#7069df
a balanced, vivid blue · warm · closest name: slateblue
RGB
112, 105, 223
HSL
244°, 65%, 64%
CMYK
50, 53, 0, 13
Luminance
0.1888
Every format
| HEX | #7069df |
| RGB | rgb(112, 105, 223) |
| HSL | hsl(244, 65%, 64%) |
| CMYK | cmyk(50%, 53%, 0%, 13%) |
| LAB | lab(50.5 33.8 -59.6) |
| LCH | lch(50.5 68.5 299.5) |
| OKLCH | oklch(0.587 0.174 282.3) |
Copy-ready code
/* CSS */
color: #7069df;
background-color: #7069df;
/* Tailwind (arbitrary) */
class="text-[#7069df] bg-[#7069df]"
/* SCSS */
$brand: #7069df;
/* SwiftUI */
Color(red: 0.439, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#7069df")Accessibility — WCAG contrast
Aa
#7069df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7069df on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green41.2%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7069df text on a black background
contrast 4.78:1
Card sample
#7069df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7069df;
Background color
Panel with #7069df background
background-color: #7069df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7069df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7069df; background: linear-gradient(135deg, #7069df, #BF69DF);