#6f7dbb
a balanced, soft blue · warm · closest name: steelblue
RGB
111, 125, 187
HSL
229°, 36%, 58%
CMYK
41, 33, 0, 27
Luminance
0.2163
Every format
| HEX | #6f7dbb |
| RGB | rgb(111, 125, 187) |
| HSL | hsl(229, 36%, 58%) |
| CMYK | cmyk(41%, 33%, 0%, 27%) |
| LAB | lab(53.6 10.8 -34.2) |
| LCH | lch(53.6 35.9 287.5) |
| OKLCH | oklch(0.604 0.096 273.5) |
Copy-ready code
/* CSS */
color: #6f7dbb;
background-color: #6f7dbb;
/* Tailwind (arbitrary) */
class="text-[#6f7dbb] bg-[#6f7dbb]"
/* SCSS */
$brand: #6f7dbb;
/* SwiftUI */
Color(red: 0.435, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#6f7dbb")Accessibility — WCAG contrast
Aa
#6f7dbb on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f7dbb on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green49.0%
Blue73.3%
CMYK percentages
Cyan40.6%
Magenta33.2%
Yellow0.0%
Key (black)26.7%
Color previews
#6f7dbb text on a black background
contrast 5.33:1
Card sample
#6f7dbb text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f7dbb;
Background color
Panel with #6f7dbb background
background-color: #6f7dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f7dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f7dbb; background: linear-gradient(135deg, #6f7dbb, #946FBB);