#84bafd
a light, electric blue · cool · closest name: steelblue
RGB
132, 186, 253
HSL
213°, 97%, 76%
CMYK
48, 27, 0, 1
Luminance
0.4712
Every format
| HEX | #84bafd |
| RGB | rgb(132, 186, 253) |
| HSL | hsl(213, 97%, 76%) |
| CMYK | cmyk(48%, 27%, 0%, 1%) |
| LAB | lab(74.3 0.1 -38.5) |
| LCH | lch(74.3 38.5 270.1) |
| OKLCH | oklch(0.778 0.112 254.3) |
Copy-ready code
/* CSS */
color: #84bafd;
background-color: #84bafd;
/* Tailwind (arbitrary) */
class="text-[#84bafd] bg-[#84bafd]"
/* SCSS */
$brand: #84bafd;
/* SwiftUI */
Color(red: 0.518, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#84bafd")Accessibility — WCAG contrast
Aa
#84bafd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84bafd on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green72.9%
Blue99.2%
CMYK percentages
Cyan47.8%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#84bafd text on a black background
contrast 10.42:1
Card sample
#84bafd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84bafd;
Background color
Panel with #84bafd background
background-color: #84bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84bafd; background: linear-gradient(135deg, #84bafd, #9F84FD);