#84dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
132, 219, 253
HSL
197°, 97%, 76%
CMYK
48, 13, 0, 1
Luminance
0.6266
Every format
| HEX | #84dbfd |
| RGB | rgb(132, 219, 253) |
| HSL | hsl(197, 97%, 76%) |
| CMYK | cmyk(48%, 13%, 0%, 1%) |
| LAB | lab(83.3 -17.4 -24.7) |
| LCH | lch(83.3 30.2 234.8) |
| OKLCH | oklch(0.849 0.096 225.2) |
Copy-ready code
/* CSS */
color: #84dbfd;
background-color: #84dbfd;
/* Tailwind (arbitrary) */
class="text-[#84dbfd] bg-[#84dbfd]"
/* SCSS */
$brand: #84dbfd;
/* SwiftUI */
Color(red: 0.518, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#84dbfd")Accessibility — WCAG contrast
Aa
#84dbfd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84dbfd on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green85.9%
Blue99.2%
CMYK percentages
Cyan47.8%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#84dbfd text on a black background
contrast 13.53:1
Card sample
#84dbfd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84dbfd;
Background color
Panel with #84dbfd background
background-color: #84dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84dbfd; background: linear-gradient(135deg, #84dbfd, #848AFD);