#84bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
132, 188, 223
HSL
203°, 59%, 70%
CMYK
41, 16, 0, 13
Luminance
0.4620
Every format
| HEX | #84bcdf |
| RGB | rgb(132, 188, 223) |
| HSL | hsl(203, 59%, 70%) |
| CMYK | cmyk(41%, 16%, 0%, 13%) |
| LAB | lab(73.7 -9.3 -23.2) |
| LCH | lch(73.7 25.0 248.2) |
| OKLCH | oklch(0.769 0.077 236.5) |
Copy-ready code
/* CSS */
color: #84bcdf;
background-color: #84bcdf;
/* Tailwind (arbitrary) */
class="text-[#84bcdf] bg-[#84bcdf]"
/* SCSS */
$brand: #84bcdf;
/* SwiftUI */
Color(red: 0.518, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#84bcdf")Accessibility — WCAG contrast
Aa
#84bcdf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84bcdf on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green73.7%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#84bcdf text on a black background
contrast 10.24:1
Card sample
#84bcdf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84bcdf;
Background color
Panel with #84bcdf background
background-color: #84bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84bcdf; background: linear-gradient(135deg, #84bcdf, #8984DF);