#6c69cd
a balanced, vivid blue · warm · closest name: slateblue
RGB
108, 105, 205
HSL
242°, 50%, 61%
CMYK
47, 49, 0, 20
Luminance
0.1770
Every format
| HEX | #6c69cd |
| RGB | rgb(108, 105, 205) |
| HSL | hsl(242, 50%, 61%) |
| CMYK | cmyk(47%, 49%, 0%, 20%) |
| LAB | lab(49.1 27.4 -51.7) |
| LCH | lch(49.1 58.5 298.0) |
| OKLCH | oklch(0.572 0.150 281.9) |
Copy-ready code
/* CSS */
color: #6c69cd;
background-color: #6c69cd;
/* Tailwind (arbitrary) */
class="text-[#6c69cd] bg-[#6c69cd]"
/* SCSS */
$brand: #6c69cd;
/* SwiftUI */
Color(red: 0.424, green: 0.412, blue: 0.804)
/* Android */
Color.parseColor("#6c69cd")Accessibility — WCAG contrast
Aa
#6c69cd on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c69cd on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green41.2%
Blue80.4%
CMYK percentages
Cyan47.3%
Magenta48.8%
Yellow0.0%
Key (black)19.6%
Color previews
#6c69cd text on a black background
contrast 4.54:1
Card sample
#6c69cd text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c69cd;
Background color
Panel with #6c69cd background
background-color: #6c69cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c69cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 105, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 105, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c69cd; background: linear-gradient(135deg, #6c69cd, #AF69CD);