#81afdf
a light, vivid blue · cool · closest name: skyblue
RGB
129, 175, 223
HSL
211°, 60%, 69%
CMYK
42, 22, 0, 13
Luminance
0.4065
Every format
| HEX | #81afdf |
| RGB | rgb(129, 175, 223) |
| HSL | hsl(211, 60%, 69%) |
| CMYK | cmyk(42%, 22%, 0%, 13%) |
| LAB | lab(69.9 -3.0 -29.0) |
| LCH | lch(69.9 29.1 264.0) |
| OKLCH | oklch(0.739 0.086 250.1) |
Copy-ready code
/* CSS */
color: #81afdf;
background-color: #81afdf;
/* Tailwind (arbitrary) */
class="text-[#81afdf] bg-[#81afdf]"
/* SCSS */
$brand: #81afdf;
/* SwiftUI */
Color(red: 0.506, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#81afdf")Accessibility — WCAG contrast
Aa
#81afdf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81afdf on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green68.6%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#81afdf text on a black background
contrast 9.13:1
Card sample
#81afdf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81afdf;
Background color
Panel with #81afdf background
background-color: #81afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81afdf; background: linear-gradient(135deg, #81afdf, #9281DF);