#6c7abc
a balanced, soft blue · warm · closest name: steelblue
RGB
108, 122, 188
HSL
230°, 37%, 58%
CMYK
43, 35, 0, 26
Luminance
0.2074
Every format
| HEX | #6c7abc |
| RGB | rgb(108, 122, 188) |
| HSL | hsl(230, 37%, 58%) |
| CMYK | cmyk(43%, 35%, 0%, 26%) |
| LAB | lab(52.7 12.1 -36.3) |
| LCH | lch(52.7 38.3 288.4) |
| OKLCH | oklch(0.596 0.102 273.8) |
Copy-ready code
/* CSS */
color: #6c7abc;
background-color: #6c7abc;
/* Tailwind (arbitrary) */
class="text-[#6c7abc] bg-[#6c7abc]"
/* SCSS */
$brand: #6c7abc;
/* SwiftUI */
Color(red: 0.424, green: 0.478, blue: 0.737)
/* Android */
Color.parseColor("#6c7abc")Accessibility — WCAG contrast
Aa
#6c7abc on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c7abc on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green47.8%
Blue73.7%
CMYK percentages
Cyan42.6%
Magenta35.1%
Yellow0.0%
Key (black)26.3%
Color previews
#6c7abc text on a black background
contrast 5.15:1
Card sample
#6c7abc text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c7abc;
Background color
Panel with #6c7abc background
background-color: #6c7abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c7abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 122, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 122, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c7abc; background: linear-gradient(135deg, #6c7abc, #936CBC);