#8bdfdb
a light, vivid cyan · cool · closest name: turquoise
RGB
139, 223, 219
HSL
177°, 57%, 71%
CMYK
38, 0, 2, 13
Luminance
0.6338
Every format
| HEX | #8bdfdb |
| RGB | rgb(139, 223, 219) |
| HSL | hsl(177, 57%, 71%) |
| CMYK | cmyk(38%, 0%, 2%, 13%) |
| LAB | lab(83.6 -26.4 -6.1) |
| LCH | lch(83.6 27.0 193.0) |
| OKLCH | oklch(0.849 0.082 191.8) |
Copy-ready code
/* CSS */
color: #8bdfdb;
background-color: #8bdfdb;
/* Tailwind (arbitrary) */
class="text-[#8bdfdb] bg-[#8bdfdb]"
/* SCSS */
$brand: #8bdfdb;
/* SwiftUI */
Color(red: 0.545, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#8bdfdb")Accessibility — WCAG contrast
Aa
#8bdfdb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdfdb on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green87.5%
Blue85.9%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow1.8%
Key (black)12.5%
Color previews
#8bdfdb text on a black background
contrast 13.68:1
Card sample
#8bdfdb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdfdb;
Background color
Panel with #8bdfdb background
background-color: #8bdfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdfdb; background: linear-gradient(135deg, #8bdfdb, #8BABDF);