#84bceb
a light, vivid blue · cool · closest name: skyblue
RGB
132, 188, 235
HSL
207°, 72%, 72%
CMYK
44, 20, 0, 8
Luminance
0.4687
Every format
| HEX | #84bceb |
| RGB | rgb(132, 188, 235) |
| HSL | hsl(207, 72%, 72%) |
| CMYK | cmyk(44%, 20%, 0%, 8%) |
| LAB | lab(74.1 -6.1 -29.1) |
| LCH | lch(74.1 29.7 258.2) |
| OKLCH | oklch(0.774 0.089 244.6) |
Copy-ready code
/* CSS */
color: #84bceb;
background-color: #84bceb;
/* Tailwind (arbitrary) */
class="text-[#84bceb] bg-[#84bceb]"
/* SCSS */
$brand: #84bceb;
/* SwiftUI */
Color(red: 0.518, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#84bceb")Accessibility — WCAG contrast
Aa
#84bceb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84bceb on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green73.7%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#84bceb text on a black background
contrast 10.37:1
Card sample
#84bceb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84bceb;
Background color
Panel with #84bceb background
background-color: #84bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84bceb; background: linear-gradient(135deg, #84bceb, #9184EB);