#84cdff
a light, electric blue · cool · closest name: skyblue
RGB
132, 205, 255
HSL
204°, 100%, 76%
CMYK
48, 20, 0, 0
Luminance
0.5579
Every format
| HEX | #84cdff |
| RGB | rgb(132, 205, 255) |
| HSL | hsl(204, 100%, 76%) |
| CMYK | cmyk(48%, 20%, 0%, 0%) |
| LAB | lab(79.5 -9.6 -31.5) |
| LCH | lch(79.5 33.0 253.0) |
| OKLCH | oklch(0.819 0.102 239.6) |
Copy-ready code
/* CSS */
color: #84cdff;
background-color: #84cdff;
/* Tailwind (arbitrary) */
class="text-[#84cdff] bg-[#84cdff]"
/* SCSS */
$brand: #84cdff;
/* SwiftUI */
Color(red: 0.518, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#84cdff")Accessibility — WCAG contrast
Aa
#84cdff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cdff on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green80.4%
Blue100.0%
CMYK percentages
Cyan48.2%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#84cdff text on a black background
contrast 12.16:1
Card sample
#84cdff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cdff;
Background color
Panel with #84cdff background
background-color: #84cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cdff; background: linear-gradient(135deg, #84cdff, #8D84FF);