#81ebdb
a light, vivid cyan · cool · closest name: turquoise
RGB
129, 235, 219
HSL
171°, 73%, 71%
CMYK
45, 0, 7, 8
Luminance
0.6920
Every format
| HEX | #81ebdb |
| RGB | rgb(129, 235, 219) |
| HSL | hsl(171, 73%, 71%) |
| CMYK | cmyk(45%, 0%, 7%, 8%) |
| LAB | lab(86.6 -34.5 -1.8) |
| LCH | lch(86.6 34.6 183.0) |
| OKLCH | oklch(0.872 0.102 183.0) |
Copy-ready code
/* CSS */
color: #81ebdb;
background-color: #81ebdb;
/* Tailwind (arbitrary) */
class="text-[#81ebdb] bg-[#81ebdb]"
/* SCSS */
$brand: #81ebdb;
/* SwiftUI */
Color(red: 0.506, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#81ebdb")Accessibility — WCAG contrast
Aa
#81ebdb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81ebdb on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green92.2%
Blue85.9%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#81ebdb text on a black background
contrast 14.84:1
Card sample
#81ebdb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81ebdb;
Background color
Panel with #81ebdb background
background-color: #81ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81ebdb; background: linear-gradient(135deg, #81ebdb, #81B4EB);