#84acff
a light, electric blue · cool · closest name: dodgerblue
RGB
132, 172, 255
HSL
221°, 100%, 76%
CMYK
48, 33, 0, 0
Luminance
0.4163
Every format
| HEX | #84acff |
| RGB | rgb(132, 172, 255) |
| HSL | hsl(221, 100%, 76%) |
| CMYK | cmyk(48%, 33%, 0%, 0%) |
| LAB | lab(70.6 8.4 -45.3) |
| LCH | lch(70.6 46.1 280.6) |
| OKLCH | oklch(0.749 0.128 264.0) |
Copy-ready code
/* CSS */
color: #84acff;
background-color: #84acff;
/* Tailwind (arbitrary) */
class="text-[#84acff] bg-[#84acff]"
/* SCSS */
$brand: #84acff;
/* SwiftUI */
Color(red: 0.518, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#84acff")Accessibility — WCAG contrast
Aa
#84acff on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84acff on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green67.5%
Blue100.0%
CMYK percentages
Cyan48.2%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#84acff text on a black background
contrast 9.33:1
Card sample
#84acff text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84acff;
Background color
Panel with #84acff background
background-color: #84acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84acff; background: linear-gradient(135deg, #84acff, #AE84FF);