#869fba
a balanced, soft blue · cool · closest name: steelblue
RGB
134, 159, 186
HSL
211°, 27%, 63%
CMYK
28, 15, 0, 27
Luminance
0.3341
Every format
| HEX | #869fba |
| RGB | rgb(134, 159, 186) |
| HSL | hsl(211, 27%, 63%) |
| CMYK | cmyk(28%, 15%, 0%, 27%) |
| LAB | lab(64.5 -2.4 -16.8) |
| LCH | lch(64.5 17.0 261.8) |
| OKLCH | oklch(0.693 0.049 250.5) |
Copy-ready code
/* CSS */
color: #869fba;
background-color: #869fba;
/* Tailwind (arbitrary) */
class="text-[#869fba] bg-[#869fba]"
/* SCSS */
$brand: #869fba;
/* SwiftUI */
Color(red: 0.525, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#869fba")Accessibility — WCAG contrast
Aa
#869fba on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#869fba on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green62.4%
Blue72.9%
CMYK percentages
Cyan28.0%
Magenta14.5%
Yellow0.0%
Key (black)27.1%
Color previews
#869fba text on a black background
contrast 7.68:1
Card sample
#869fba text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #869fba;
Background color
Panel with #869fba background
background-color: #869fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #869fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #869fba; background: linear-gradient(135deg, #869fba, #9086BA);