#84aace
a light, soft blue · cool · closest name: skyblue
RGB
132, 170, 206
HSL
209°, 43%, 66%
CMYK
36, 18, 0, 19
Luminance
0.3811
Every format
| HEX | #84aace |
| RGB | rgb(132, 170, 206) |
| HSL | hsl(209, 43%, 66%) |
| CMYK | cmyk(36%, 18%, 0%, 19%) |
| LAB | lab(68.1 -4.0 -22.4) |
| LCH | lch(68.1 22.8 259.8) |
| OKLCH | oklch(0.723 0.067 247.4) |
Copy-ready code
/* CSS */
color: #84aace;
background-color: #84aace;
/* Tailwind (arbitrary) */
class="text-[#84aace] bg-[#84aace]"
/* SCSS */
$brand: #84aace;
/* SwiftUI */
Color(red: 0.518, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#84aace")Accessibility — WCAG contrast
Aa
#84aace on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84aace on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green66.7%
Blue80.8%
CMYK percentages
Cyan35.9%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#84aace text on a black background
contrast 8.62:1
Card sample
#84aace text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84aace;
Background color
Panel with #84aace background
background-color: #84aace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84aace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84aace; background: linear-gradient(135deg, #84aace, #8F84CE);