#84cceb
a light, vivid cyan · cool · “skyblue”
RGB
132, 204, 235
HSL
198°, 72%, 72%
CMYK
44, 13, 0, 8
Luminance
0.5409
Every format
| HEX | #84cceb |
| RGB | rgb(132, 204, 235) |
| HSL | hsl(198, 72%, 72%) |
| CMYK | cmyk(44%, 13%, 0%, 8%) |
| LAB | lab(78.5 -14.5 -22.4) |
| LCH | lch(78.5 26.7 237.0) |
| OKLCH | oklch(0.809 0.084 227.1) |
Copy-ready code
/* CSS */
color: #84cceb;
background-color: #84cceb;
/* Tailwind (arbitrary) */
class="text-[#84cceb] bg-[#84cceb]"
/* SCSS */
$brand: #84cceb;
/* SwiftUI */
Color(red: 0.518, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#84cceb")Accessibility — WCAG contrast
Aa
#84cceb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cceb on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green80.0%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#84cceb text on a black background
contrast 11.82:1
Card sample
#84cceb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cceb;
Background color
Panel with #84cceb background
background-color: #84cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cceb; background: linear-gradient(135deg, #84cceb, #8487EB);