#84afdb
a light, vivid blue · cool · closest name: skyblue
RGB
132, 175, 219
HSL
210°, 55%, 69%
CMYK
40, 20, 0, 14
Luminance
0.4068
Every format
| HEX | #84afdb |
| RGB | rgb(132, 175, 219) |
| HSL | hsl(210, 55%, 69%) |
| CMYK | cmyk(40%, 20%, 0%, 14%) |
| LAB | lab(70.0 -3.3 -26.8) |
| LCH | lch(70.0 27.0 262.9) |
| OKLCH | oklch(0.739 0.079 249.5) |
Copy-ready code
/* CSS */
color: #84afdb;
background-color: #84afdb;
/* Tailwind (arbitrary) */
class="text-[#84afdb] bg-[#84afdb]"
/* SCSS */
$brand: #84afdb;
/* SwiftUI */
Color(red: 0.518, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#84afdb")Accessibility — WCAG contrast
Aa
#84afdb on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84afdb on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.6%
Blue85.9%
CMYK percentages
Cyan39.7%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#84afdb text on a black background
contrast 9.14:1
Card sample
#84afdb text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84afdb;
Background color
Panel with #84afdb background
background-color: #84afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84afdb; background: linear-gradient(135deg, #84afdb, #9384DB);