#7672cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
118, 114, 207
HSL
243°, 49%, 63%
CMYK
43, 45, 0, 19
Luminance
0.2039
Every format
| HEX | #7672cf |
| RGB | rgb(118, 114, 207) |
| HSL | hsl(243, 49%, 63%) |
| CMYK | cmyk(43%, 45%, 0%, 19%) |
| LAB | lab(52.3 25.0 -47.7) |
| LCH | lch(52.3 53.9 297.6) |
| OKLCH | oklch(0.598 0.139 283.3) |
Copy-ready code
/* CSS */
color: #7672cf;
background-color: #7672cf;
/* Tailwind (arbitrary) */
class="text-[#7672cf] bg-[#7672cf]"
/* SCSS */
$brand: #7672cf;
/* SwiftUI */
Color(red: 0.463, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#7672cf")Accessibility — WCAG contrast
Aa
#7672cf on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7672cf on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green44.7%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#7672cf text on a black background
contrast 5.08:1
Card sample
#7672cf text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7672cf;
Background color
Panel with #7672cf background
background-color: #7672cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7672cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7672cf; background: linear-gradient(135deg, #7672cf, #B472CF);