#84aad2
a light, vivid blue · cool · closest name: skyblue
RGB
132, 170, 210
HSL
211°, 46%, 67%
CMYK
37, 19, 0, 18
Luminance
0.3831
Every format
| HEX | #84aad2 |
| RGB | rgb(132, 170, 210) |
| HSL | hsl(211, 46%, 67%) |
| CMYK | cmyk(37%, 19%, 0%, 18%) |
| LAB | lab(68.3 -3.0 -24.4) |
| LCH | lch(68.3 24.6 263.0) |
| OKLCH | oklch(0.725 0.072 250.1) |
Copy-ready code
/* CSS */
color: #84aad2;
background-color: #84aad2;
/* Tailwind (arbitrary) */
class="text-[#84aad2] bg-[#84aad2]"
/* SCSS */
$brand: #84aad2;
/* SwiftUI */
Color(red: 0.518, green: 0.667, blue: 0.824)
/* Android */
Color.parseColor("#84aad2")Accessibility — WCAG contrast
Aa
#84aad2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84aad2 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green66.7%
Blue82.4%
CMYK percentages
Cyan37.1%
Magenta19.0%
Yellow0.0%
Key (black)17.6%
Color previews
#84aad2 text on a black background
contrast 8.66:1
Card sample
#84aad2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84aad2;
Background color
Panel with #84aad2 background
background-color: #84aad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84aad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 170, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 170, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84aad2; background: linear-gradient(135deg, #84aad2, #9284D2);