#84cffc
a light, electric blue · cool · closest name: skyblue
RGB
132, 207, 252
HSL
203°, 95%, 75%
CMYK
48, 18, 0, 1
Luminance
0.5656
Every format
| HEX | #84cffc |
| RGB | rgb(132, 207, 252) |
| HSL | hsl(203, 95%, 75%) |
| CMYK | cmyk(48%, 18%, 0%, 1%) |
| LAB | lab(79.9 -11.5 -29.3) |
| LCH | lch(79.9 31.4 248.5) |
| OKLCH | oklch(0.822 0.098 236.0) |
Copy-ready code
/* CSS */
color: #84cffc;
background-color: #84cffc;
/* Tailwind (arbitrary) */
class="text-[#84cffc] bg-[#84cffc]"
/* SCSS */
$brand: #84cffc;
/* SwiftUI */
Color(red: 0.518, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#84cffc")Accessibility — WCAG contrast
Aa
#84cffc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cffc on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green81.2%
Blue98.8%
CMYK percentages
Cyan47.6%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#84cffc text on a black background
contrast 12.31:1
Card sample
#84cffc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cffc;
Background color
Panel with #84cffc background
background-color: #84cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cffc; background: linear-gradient(135deg, #84cffc, #8984FC);