#6376b1
a balanced, soft blue · warm · closest name: steelblue
RGB
99, 118, 177
HSL
225°, 33%, 54%
CMYK
44, 33, 0, 31
Luminance
0.1878
Every format
| HEX | #6376b1 |
| RGB | rgb(99, 118, 177) |
| HSL | hsl(225, 33%, 54%) |
| CMYK | cmyk(44%, 33%, 0%, 31%) |
| LAB | lab(50.4 8.8 -33.5) |
| LCH | lch(50.4 34.7 284.8) |
| OKLCH | oklch(0.576 0.094 269.7) |
Copy-ready code
/* CSS */
color: #6376b1;
background-color: #6376b1;
/* Tailwind (arbitrary) */
class="text-[#6376b1] bg-[#6376b1]"
/* SCSS */
$brand: #6376b1;
/* SwiftUI */
Color(red: 0.388, green: 0.463, blue: 0.694)
/* Android */
Color.parseColor("#6376b1")Accessibility — WCAG contrast
Aa
#6376b1 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6376b1 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green46.3%
Blue69.4%
CMYK percentages
Cyan44.1%
Magenta33.3%
Yellow0.0%
Key (black)30.6%
Color previews
#6376b1 text on a black background
contrast 4.76:1
Card sample
#6376b1 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6376b1;
Background color
Panel with #6376b1 background
background-color: #6376b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6376b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 118, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 118, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6376b1; background: linear-gradient(135deg, #6376b1, #8463B1);