#6372b1
a balanced, soft blue · warm · closest name: steelblue
RGB
99, 114, 177
HSL
229°, 33%, 54%
CMYK
44, 36, 0, 31
Luminance
0.1786
Every format
| HEX | #6372b1 |
| RGB | rgb(99, 114, 177) |
| HSL | hsl(229, 33%, 54%) |
| CMYK | cmyk(44%, 36%, 0%, 31%) |
| LAB | lab(49.3 11.3 -35.3) |
| LCH | lch(49.3 37.0 287.7) |
| OKLCH | oklch(0.567 0.099 272.7) |
Copy-ready code
/* CSS */
color: #6372b1;
background-color: #6372b1;
/* Tailwind (arbitrary) */
class="text-[#6372b1] bg-[#6372b1]"
/* SCSS */
$brand: #6372b1;
/* SwiftUI */
Color(red: 0.388, green: 0.447, blue: 0.694)
/* Android */
Color.parseColor("#6372b1")Accessibility — WCAG contrast
Aa
#6372b1 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6372b1 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green44.7%
Blue69.4%
CMYK percentages
Cyan44.1%
Magenta35.6%
Yellow0.0%
Key (black)30.6%
Color previews
#6372b1 text on a black background
contrast 4.57:1
Card sample
#6372b1 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6372b1;
Background color
Panel with #6372b1 background
background-color: #6372b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6372b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 114, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 114, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6372b1; background: linear-gradient(135deg, #6372b1, #8863B1);