#84afda
a light, vivid blue · cool · closest name: skyblue
RGB
132, 175, 218
HSL
210°, 54%, 69%
CMYK
39, 20, 0, 15
Luminance
0.4063
Every format
| HEX | #84afda |
| RGB | rgb(132, 175, 218) |
| HSL | hsl(210, 54%, 69%) |
| CMYK | cmyk(39%, 20%, 0%, 15%) |
| LAB | lab(69.9 -3.6 -26.3) |
| LCH | lch(69.9 26.5 262.2) |
| OKLCH | oklch(0.739 0.078 248.9) |
Copy-ready code
/* CSS */
color: #84afda;
background-color: #84afda;
/* Tailwind (arbitrary) */
class="text-[#84afda] bg-[#84afda]"
/* SCSS */
$brand: #84afda;
/* SwiftUI */
Color(red: 0.518, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#84afda")Accessibility — WCAG contrast
Aa
#84afda on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84afda on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.6%
Blue85.5%
CMYK percentages
Cyan39.4%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#84afda text on a black background
contrast 9.13:1
Card sample
#84afda text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84afda;
Background color
Panel with #84afda background
background-color: #84afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84afda; background: linear-gradient(135deg, #84afda, #9284DA);