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