#6f7baf
a balanced, soft blue · warm · closest name: steelblue
RGB
111, 123, 175
HSL
229°, 29%, 56%
CMYK
37, 30, 0, 31
Luminance
0.2064
Every format
| HEX | #6f7baf |
| RGB | rgb(111, 123, 175) |
| HSL | hsl(229, 29%, 56%) |
| CMYK | cmyk(37%, 30%, 0%, 31%) |
| LAB | lab(52.5 8.6 -29.0) |
| LCH | lch(52.5 30.2 286.5) |
| OKLCH | oklch(0.594 0.081 273.7) |
Copy-ready code
/* CSS */
color: #6f7baf;
background-color: #6f7baf;
/* Tailwind (arbitrary) */
class="text-[#6f7baf] bg-[#6f7baf]"
/* SCSS */
$brand: #6f7baf;
/* SwiftUI */
Color(red: 0.435, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#6f7baf")Accessibility — WCAG contrast
Aa
#6f7baf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f7baf on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green48.2%
Blue68.6%
CMYK percentages
Cyan36.6%
Magenta29.7%
Yellow0.0%
Key (black)31.4%
Color previews
#6f7baf text on a black background
contrast 5.13:1
Card sample
#6f7baf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f7baf;
Background color
Panel with #6f7baf background
background-color: #6f7baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f7baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f7baf; background: linear-gradient(135deg, #6f7baf, #8E6FAF);