#84afd2
a light, vivid blue · cool · closest name: skyblue
RGB
132, 175, 210
HSL
207°, 46%, 67%
CMYK
37, 17, 0, 18
Luminance
0.4022
Every format
| HEX | #84afd2 |
| RGB | rgb(132, 175, 210) |
| HSL | hsl(207, 46%, 67%) |
| CMYK | cmyk(37%, 17%, 0%, 18%) |
| LAB | lab(69.6 -5.7 -22.3) |
| LCH | lch(69.6 23.0 255.6) |
| OKLCH | oklch(0.736 0.069 243.4) |
Copy-ready code
/* CSS */
color: #84afd2;
background-color: #84afd2;
/* Tailwind (arbitrary) */
class="text-[#84afd2] bg-[#84afd2]"
/* SCSS */
$brand: #84afd2;
/* SwiftUI */
Color(red: 0.518, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#84afd2")Accessibility — WCAG contrast
Aa
#84afd2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84afd2 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.6%
Blue82.4%
CMYK percentages
Cyan37.1%
Magenta16.7%
Yellow0.0%
Key (black)17.6%
Color previews
#84afd2 text on a black background
contrast 9.04:1
Card sample
#84afd2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84afd2;
Background color
Panel with #84afd2 background
background-color: #84afd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84afd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84afd2; background: linear-gradient(135deg, #84afd2, #8D84D2);