#6c76af
a balanced, soft blue · warm · closest name: steelblue
RGB
108, 118, 175
HSL
231°, 30%, 56%
CMYK
38, 33, 0, 31
Luminance
0.1924
Every format
| HEX | #6c76af |
| RGB | rgb(108, 118, 175) |
| HSL | hsl(231, 30%, 56%) |
| CMYK | cmyk(38%, 33%, 0%, 31%) |
| LAB | lab(51.0 10.7 -31.5) |
| LCH | lch(51.0 33.3 288.8) |
| OKLCH | oklch(0.581 0.088 275.7) |
Copy-ready code
/* CSS */
color: #6c76af;
background-color: #6c76af;
/* Tailwind (arbitrary) */
class="text-[#6c76af] bg-[#6c76af]"
/* SCSS */
$brand: #6c76af;
/* SwiftUI */
Color(red: 0.424, green: 0.463, blue: 0.686)
/* Android */
Color.parseColor("#6c76af")Accessibility — WCAG contrast
Aa
#6c76af on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c76af on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green46.3%
Blue68.6%
CMYK percentages
Cyan38.3%
Magenta32.6%
Yellow0.0%
Key (black)31.4%
Color previews
#6c76af text on a black background
contrast 4.85:1
Card sample
#6c76af text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c76af;
Background color
Panel with #6c76af background
background-color: #6c76af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c76af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 118, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 118, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c76af; background: linear-gradient(135deg, #6c76af, #8F6CAF);