#81feee
a light, electric cyan · cool · closest name: turquoise
RGB
129, 254, 238
HSL
172°, 98%, 75%
CMYK
49, 0, 6, 0
Luminance
0.8172
Every format
| HEX | #81feee |
| RGB | rgb(129, 254, 238) |
| HSL | hsl(172, 98%, 75%) |
| CMYK | cmyk(49%, 0%, 6%, 0%) |
| LAB | lab(92.5 -38.7 -3.1) |
| LCH | lch(92.5 38.9 184.6) |
| OKLCH | oklch(0.921 0.115 184.5) |
Copy-ready code
/* CSS */
color: #81feee;
background-color: #81feee;
/* Tailwind (arbitrary) */
class="text-[#81feee] bg-[#81feee]"
/* SCSS */
$brand: #81feee;
/* SwiftUI */
Color(red: 0.506, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#81feee")Accessibility — WCAG contrast
Aa
#81feee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81feee on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green99.6%
Blue93.3%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#81feee text on a black background
contrast 17.34:1
Card sample
#81feee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81feee;
Background color
Panel with #81feee background
background-color: #81feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81feee; background: linear-gradient(135deg, #81feee, #81BBFE);