#81ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
129, 235, 253
HSL
189°, 97%, 75%
CMYK
49, 7, 0, 1
Luminance
0.7118
Every format
| HEX | #81ebfd |
| RGB | rgb(129, 235, 253) |
| HSL | hsl(189, 97%, 75%) |
| CMYK | cmyk(49%, 7%, 0%, 1%) |
| LAB | lab(87.6 -26.0 -18.2) |
| LCH | lch(87.6 31.8 214.9) |
| OKLCH | oklch(0.883 0.101 209.7) |
Copy-ready code
/* CSS */
color: #81ebfd;
background-color: #81ebfd;
/* Tailwind (arbitrary) */
class="text-[#81ebfd] bg-[#81ebfd]"
/* SCSS */
$brand: #81ebfd;
/* SwiftUI */
Color(red: 0.506, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#81ebfd")Accessibility — WCAG contrast
Aa
#81ebfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81ebfd on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green92.2%
Blue99.2%
CMYK percentages
Cyan49.0%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#81ebfd text on a black background
contrast 15.24:1
Card sample
#81ebfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81ebfd;
Background color
Panel with #81ebfd background
background-color: #81ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81ebfd; background: linear-gradient(135deg, #81ebfd, #8198FD);