#81abeb
a light, vivid blue · cool · closest name: steelblue
RGB
129, 171, 235
HSL
216°, 73%, 71%
CMYK
45, 27, 0, 8
Luminance
0.3979
Every format
| HEX | #81abeb |
| RGB | rgb(129, 171, 235) |
| HSL | hsl(216, 73%, 71%) |
| CMYK | cmyk(45%, 27%, 0%, 8%) |
| LAB | lab(69.3 2.5 -36.5) |
| LCH | lch(69.3 36.6 274.0) |
| OKLCH | oklch(0.736 0.104 258.6) |
Copy-ready code
/* CSS */
color: #81abeb;
background-color: #81abeb;
/* Tailwind (arbitrary) */
class="text-[#81abeb] bg-[#81abeb]"
/* SCSS */
$brand: #81abeb;
/* SwiftUI */
Color(red: 0.506, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#81abeb")Accessibility — WCAG contrast
Aa
#81abeb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81abeb on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green67.1%
Blue92.2%
CMYK percentages
Cyan45.1%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#81abeb text on a black background
contrast 8.96:1
Card sample
#81abeb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81abeb;
Background color
Panel with #81abeb background
background-color: #81abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81abeb; background: linear-gradient(135deg, #81abeb, #9E81EB);