#84a6cf
a light, soft blue · cool · closest name: steelblue
RGB
132, 166, 207
HSL
213°, 44%, 67%
CMYK
36, 20, 0, 19
Luminance
0.3668
Every format
| HEX | #84a6cf |
| RGB | rgb(132, 166, 207) |
| HSL | hsl(213, 44%, 67%) |
| CMYK | cmyk(36%, 20%, 0%, 19%) |
| LAB | lab(67.0 -1.6 -24.6) |
| LCH | lch(67.0 24.7 266.4) |
| OKLCH | oklch(0.715 0.071 253.4) |
Copy-ready code
/* CSS */
color: #84a6cf;
background-color: #84a6cf;
/* Tailwind (arbitrary) */
class="text-[#84a6cf] bg-[#84a6cf]"
/* SCSS */
$brand: #84a6cf;
/* SwiftUI */
Color(red: 0.518, green: 0.651, blue: 0.812)
/* Android */
Color.parseColor("#84a6cf")Accessibility — WCAG contrast
Aa
#84a6cf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a6cf on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green65.1%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta19.8%
Yellow0.0%
Key (black)18.8%
Color previews
#84a6cf text on a black background
contrast 8.34:1
Card sample
#84a6cf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a6cf;
Background color
Panel with #84a6cf background
background-color: #84a6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 166, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 166, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a6cf; background: linear-gradient(135deg, #84a6cf, #9484CF);