#81a9da
a light, vivid blue · cool · closest name: steelblue
RGB
129, 169, 218
HSL
213°, 55%, 68%
CMYK
41, 23, 0, 15
Luminance
0.3811
Every format
| HEX | #81a9da |
| RGB | rgb(129, 169, 218) |
| HSL | hsl(213, 55%, 68%) |
| CMYK | cmyk(41%, 23%, 0%, 15%) |
| LAB | lab(68.1 -1.1 -29.1) |
| LCH | lch(68.1 29.1 267.9) |
| OKLCH | oklch(0.724 0.084 253.9) |
Copy-ready code
/* CSS */
color: #81a9da;
background-color: #81a9da;
/* Tailwind (arbitrary) */
class="text-[#81a9da] bg-[#81a9da]"
/* SCSS */
$brand: #81a9da;
/* SwiftUI */
Color(red: 0.506, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#81a9da")Accessibility — WCAG contrast
Aa
#81a9da on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81a9da on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green66.3%
Blue85.5%
CMYK percentages
Cyan40.8%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#81a9da text on a black background
contrast 8.62:1
Card sample
#81a9da text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81a9da;
Background color
Panel with #81a9da background
background-color: #81a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81a9da; background: linear-gradient(135deg, #81a9da, #9481DA);