#84a7ba
a balanced, soft blue · cool · closest name: skyblue
RGB
132, 167, 186
HSL
201°, 28%, 62%
CMYK
29, 10, 0, 27
Luminance
0.3609
Every format
| HEX | #84a7ba |
| RGB | rgb(132, 167, 186) |
| HSL | hsl(201, 28%, 62%) |
| CMYK | cmyk(29%, 10%, 0%, 27%) |
| LAB | lab(66.6 -7.4 -13.7) |
| LCH | lch(66.6 15.6 241.4) |
| OKLCH | oklch(0.709 0.047 232.0) |
Copy-ready code
/* CSS */
color: #84a7ba;
background-color: #84a7ba;
/* Tailwind (arbitrary) */
class="text-[#84a7ba] bg-[#84a7ba]"
/* SCSS */
$brand: #84a7ba;
/* SwiftUI */
Color(red: 0.518, green: 0.655, blue: 0.729)
/* Android */
Color.parseColor("#84a7ba")Accessibility — WCAG contrast
Aa
#84a7ba on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a7ba on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green65.5%
Blue72.9%
CMYK percentages
Cyan29.0%
Magenta10.2%
Yellow0.0%
Key (black)27.1%
Color previews
#84a7ba text on a black background
contrast 8.22:1
Card sample
#84a7ba text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a7ba;
Background color
Panel with #84a7ba background
background-color: #84a7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 167, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 167, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a7ba; background: linear-gradient(135deg, #84a7ba, #8584BA);