#6972ad
a balanced, soft blue · warm · closest name: steelblue
RGB
105, 114, 173
HSL
232°, 29%, 55%
CMYK
39, 34, 0, 32
Luminance
0.1806
Every format
| HEX | #6972ad |
| RGB | rgb(105, 114, 173) |
| HSL | hsl(232, 29%, 55%) |
| CMYK | cmyk(39%, 34%, 0%, 32%) |
| LAB | lab(49.6 11.7 -32.5) |
| LCH | lch(49.6 34.6 289.8) |
| OKLCH | oklch(0.570 0.092 276.5) |
Copy-ready code
/* CSS */
color: #6972ad;
background-color: #6972ad;
/* Tailwind (arbitrary) */
class="text-[#6972ad] bg-[#6972ad]"
/* SCSS */
$brand: #6972ad;
/* SwiftUI */
Color(red: 0.412, green: 0.447, blue: 0.678)
/* Android */
Color.parseColor("#6972ad")Accessibility — WCAG contrast
Aa
#6972ad on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6972ad on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green44.7%
Blue67.8%
CMYK percentages
Cyan39.3%
Magenta34.1%
Yellow0.0%
Key (black)32.2%
Color previews
#6972ad text on a black background
contrast 4.61:1
Card sample
#6972ad text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6972ad;
Background color
Panel with #6972ad background
background-color: #6972ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6972ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 114, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 114, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6972ad; background: linear-gradient(135deg, #6972ad, #8D69AD);