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