#81bafd
a light, electric blue · cool · closest name: steelblue
RGB
129, 186, 253
HSL
212°, 97%, 75%
CMYK
49, 27, 0, 1
Luminance
0.4688
Every format
| HEX | #81bafd |
| RGB | rgb(129, 186, 253) |
| HSL | hsl(212, 97%, 75%) |
| CMYK | cmyk(49%, 27%, 0%, 1%) |
| LAB | lab(74.1 -0.6 -38.8) |
| LCH | lch(74.1 38.8 269.1) |
| OKLCH | oklch(0.776 0.114 253.2) |
Copy-ready code
/* CSS */
color: #81bafd;
background-color: #81bafd;
/* Tailwind (arbitrary) */
class="text-[#81bafd] bg-[#81bafd]"
/* SCSS */
$brand: #81bafd;
/* SwiftUI */
Color(red: 0.506, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#81bafd")Accessibility — WCAG contrast
Aa
#81bafd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81bafd on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green72.9%
Blue99.2%
CMYK percentages
Cyan49.0%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#81bafd text on a black background
contrast 10.38:1
Card sample
#81bafd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81bafd;
Background color
Panel with #81bafd background
background-color: #81bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81bafd; background: linear-gradient(135deg, #81bafd, #9B81FD);