#81dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
129, 219, 235
HSL
189°, 73%, 71%
CMYK
45, 7, 0, 8
Luminance
0.6133
Every format
| HEX | #81dbeb |
| RGB | rgb(129, 219, 235) |
| HSL | hsl(189, 73%, 71%) |
| CMYK | cmyk(45%, 7%, 0%, 8%) |
| LAB | lab(82.5 -22.9 -16.3) |
| LCH | lch(82.5 28.1 215.4) |
| OKLCH | oklch(0.841 0.089 210.2) |
Copy-ready code
/* CSS */
color: #81dbeb;
background-color: #81dbeb;
/* Tailwind (arbitrary) */
class="text-[#81dbeb] bg-[#81dbeb]"
/* SCSS */
$brand: #81dbeb;
/* SwiftUI */
Color(red: 0.506, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#81dbeb")Accessibility — WCAG contrast
Aa
#81dbeb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81dbeb on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green85.9%
Blue92.2%
CMYK percentages
Cyan45.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#81dbeb text on a black background
contrast 13.27:1
Card sample
#81dbeb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81dbeb;
Background color
Panel with #81dbeb background
background-color: #81dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81dbeb; background: linear-gradient(135deg, #81dbeb, #8194EB);