#81f8ff
a light, electric cyan · cool · closest name: cyan
RGB
129, 248, 255
HSL
183°, 100%, 75%
CMYK
49, 3, 0, 0
Luminance
0.7902
Every format
| HEX | #81f8ff |
| RGB | rgb(129, 248, 255) |
| HSL | hsl(183, 100%, 75%) |
| CMYK | cmyk(49%, 3%, 0%, 0%) |
| LAB | lab(91.2 -31.8 -13.7) |
| LCH | lch(91.2 34.6 203.4) |
| OKLCH | oklch(0.912 0.108 200.5) |
Copy-ready code
/* CSS */
color: #81f8ff;
background-color: #81f8ff;
/* Tailwind (arbitrary) */
class="text-[#81f8ff] bg-[#81f8ff]"
/* SCSS */
$brand: #81f8ff;
/* SwiftUI */
Color(red: 0.506, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#81f8ff")Accessibility — WCAG contrast
Aa
#81f8ff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81f8ff on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green97.3%
Blue100.0%
CMYK percentages
Cyan49.4%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#81f8ff text on a black background
contrast 16.80:1
Card sample
#81f8ff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81f8ff;
Background color
Panel with #81f8ff background
background-color: #81f8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81f8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81f8ff; background: linear-gradient(135deg, #81f8ff, #81A4FF);