#675cff
a light, electric blue · warm · closest name: slateblue
RGB
103, 92, 255
HSL
244°, 100%, 68%
CMYK
60, 64, 0, 0
Luminance
0.1776
Every format
| HEX | #675cff |
| RGB | rgb(103, 92, 255) |
| HSL | hsl(244, 100%, 68%) |
| CMYK | cmyk(60%, 64%, 0%, 0%) |
| LAB | lab(49.2 49.5 -79.7) |
| LCH | lch(49.2 93.9 301.8) |
| OKLCH | oklch(0.583 0.233 279.4) |
Copy-ready code
/* CSS */
color: #675cff;
background-color: #675cff;
/* Tailwind (arbitrary) */
class="text-[#675cff] bg-[#675cff]"
/* SCSS */
$brand: #675cff;
/* SwiftUI */
Color(red: 0.404, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#675cff")Accessibility — WCAG contrast
Aa
#675cff on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#675cff on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green36.1%
Blue100.0%
CMYK percentages
Cyan59.6%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#675cff text on a black background
contrast 4.55:1
Card sample
#675cff text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #675cff;
Background color
Panel with #675cff background
background-color: #675cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #675cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #675cff; background: linear-gradient(135deg, #675cff, #D35CFF);