#84afff
a light, electric blue · cool · closest name: dodgerblue
RGB
132, 175, 255
HSL
219°, 100%, 76%
CMYK
48, 31, 0, 0
Luminance
0.4279
Every format
| HEX | #84afff |
| RGB | rgb(132, 175, 255) |
| HSL | hsl(219, 100%, 76%) |
| CMYK | cmyk(48%, 31%, 0%, 0%) |
| LAB | lab(71.4 6.8 -44.1) |
| LCH | lch(71.4 44.6 278.7) |
| OKLCH | oklch(0.755 0.125 262.2) |
Copy-ready code
/* CSS */
color: #84afff;
background-color: #84afff;
/* Tailwind (arbitrary) */
class="text-[#84afff] bg-[#84afff]"
/* SCSS */
$brand: #84afff;
/* SwiftUI */
Color(red: 0.518, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#84afff")Accessibility — WCAG contrast
Aa
#84afff on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84afff on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.6%
Blue100.0%
CMYK percentages
Cyan48.2%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#84afff text on a black background
contrast 9.56:1
Card sample
#84afff text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84afff;
Background color
Panel with #84afff background
background-color: #84afff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84afff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84afff; background: linear-gradient(135deg, #84afff, #AB84FF);