#84bccf
a light, soft cyan · cool · closest name: skyblue
RGB
132, 188, 207
HSL
195°, 44%, 67%
CMYK
36, 9, 0, 19
Luminance
0.4538
Every format
| HEX | #84bccf |
| RGB | rgb(132, 188, 207) |
| HSL | hsl(195, 44%, 67%) |
| CMYK | cmyk(36%, 9%, 0%, 19%) |
| LAB | lab(73.1 -13.4 -15.3) |
| LCH | lch(73.1 20.4 228.8) |
| OKLCH | oklch(0.763 0.064 221.1) |
Copy-ready code
/* CSS */
color: #84bccf;
background-color: #84bccf;
/* Tailwind (arbitrary) */
class="text-[#84bccf] bg-[#84bccf]"
/* SCSS */
$brand: #84bccf;
/* SwiftUI */
Color(red: 0.518, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#84bccf")Accessibility — WCAG contrast
Aa
#84bccf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84bccf on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green73.7%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#84bccf text on a black background
contrast 10.08:1
Card sample
#84bccf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84bccf;
Background color
Panel with #84bccf background
background-color: #84bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84bccf; background: linear-gradient(135deg, #84bccf, #848ACF);