#84cdfb
a light, electric blue · cool · closest name: skyblue
RGB
132, 205, 251
HSL
203°, 94%, 75%
CMYK
47, 18, 0, 2
Luminance
0.5553
Every format
| HEX | #84cdfb |
| RGB | rgb(132, 205, 251) |
| HSL | hsl(203, 94%, 75%) |
| CMYK | cmyk(47%, 18%, 0%, 2%) |
| LAB | lab(79.3 -10.7 -29.6) |
| LCH | lch(79.3 31.5 250.1) |
| OKLCH | oklch(0.817 0.098 237.3) |
Copy-ready code
/* CSS */
color: #84cdfb;
background-color: #84cdfb;
/* Tailwind (arbitrary) */
class="text-[#84cdfb] bg-[#84cdfb]"
/* SCSS */
$brand: #84cdfb;
/* SwiftUI */
Color(red: 0.518, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#84cdfb")Accessibility — WCAG contrast
Aa
#84cdfb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84cdfb on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green80.4%
Blue98.4%
CMYK percentages
Cyan47.4%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#84cdfb text on a black background
contrast 12.11:1
Card sample
#84cdfb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84cdfb;
Background color
Panel with #84cdfb background
background-color: #84cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84cdfb; background: linear-gradient(135deg, #84cdfb, #8A84FB);