#84cfda
a light, vivid cyan · cool · closest name: skyblue
RGB
132, 207, 218
HSL
188°, 54%, 69%
CMYK
39, 5, 0, 15
Luminance
0.5459
Every format
| HEX | #84cfda |
| RGB | rgb(132, 207, 218) |
| HSL | hsl(188, 54%, 69%) |
| CMYK | cmyk(39%, 5%, 0%, 15%) |
| LAB | lab(78.8 -20.4 -12.8) |
| LCH | lch(78.8 24.1 212.0) |
| OKLCH | oklch(0.809 0.076 207.6) |
Copy-ready code
/* CSS */
color: #84cfda;
background-color: #84cfda;
/* Tailwind (arbitrary) */
class="text-[#84cfda] bg-[#84cfda]"
/* SCSS */
$brand: #84cfda;
/* SwiftUI */
Color(red: 0.518, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#84cfda")Accessibility — WCAG contrast
Aa
#84cfda on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cfda on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green81.2%
Blue85.5%
CMYK percentages
Cyan39.4%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#84cfda text on a black background
contrast 11.92:1
Card sample
#84cfda text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cfda;
Background color
Panel with #84cfda background
background-color: #84cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cfda; background: linear-gradient(135deg, #84cfda, #8496DA);