#7670df
a light, vivid blue · warm · closest name: slateblue
RGB
118, 112, 223
HSL
243°, 63%, 66%
CMYK
47, 50, 0, 13
Luminance
0.2077
Every format
| HEX | #7670df |
| RGB | rgb(118, 112, 223) |
| HSL | hsl(243, 63%, 66%) |
| CMYK | cmyk(47%, 50%, 0%, 13%) |
| LAB | lab(52.7 30.9 -56.1) |
| LCH | lch(52.7 64.1 298.8) |
| OKLCH | oklch(0.605 0.164 282.8) |
Copy-ready code
/* CSS */
color: #7670df;
background-color: #7670df;
/* Tailwind (arbitrary) */
class="text-[#7670df] bg-[#7670df]"
/* SCSS */
$brand: #7670df;
/* SwiftUI */
Color(red: 0.463, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#7670df")Accessibility — WCAG contrast
Aa
#7670df on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7670df on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green43.9%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7670df text on a black background
contrast 5.15:1
Card sample
#7670df text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7670df;
Background color
Panel with #7670df background
background-color: #7670df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7670df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7670df; background: linear-gradient(135deg, #7670df, #C070DF);