#84afdf
a light, vivid blue · cool · closest name: skyblue
RGB
132, 175, 223
HSL
212°, 59%, 70%
CMYK
41, 22, 0, 13
Luminance
0.4089
Every format
| HEX | #84afdf |
| RGB | rgb(132, 175, 223) |
| HSL | hsl(212, 59%, 70%) |
| CMYK | cmyk(41%, 22%, 0%, 13%) |
| LAB | lab(70.1 -2.3 -28.7) |
| LCH | lch(70.1 28.8 265.5) |
| OKLCH | oklch(0.741 0.084 251.7) |
Copy-ready code
/* CSS */
color: #84afdf;
background-color: #84afdf;
/* Tailwind (arbitrary) */
class="text-[#84afdf] bg-[#84afdf]"
/* SCSS */
$brand: #84afdf;
/* SwiftUI */
Color(red: 0.518, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#84afdf")Accessibility — WCAG contrast
Aa
#84afdf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84afdf on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#84afdf text on a black background
contrast 9.18:1
Card sample
#84afdf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84afdf;
Background color
Panel with #84afdf background
background-color: #84afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84afdf; background: linear-gradient(135deg, #84afdf, #9684DF);