#8dfbf3
a light, electric cyan · cool · closest name: turquoise
RGB
141, 251, 243
HSL
176°, 93%, 77%
CMYK
44, 0, 3, 2
Luminance
0.8113
Every format
| HEX | #8dfbf3 |
| RGB | rgb(141, 251, 243) |
| HSL | hsl(176, 93%, 77%) |
| CMYK | cmyk(44%, 0%, 3%, 2%) |
| LAB | lab(92.2 -33.5 -6.0) |
| LCH | lch(92.2 34.0 190.2) |
| OKLCH | oklch(0.920 0.102 189.4) |
Copy-ready code
/* CSS */
color: #8dfbf3;
background-color: #8dfbf3;
/* Tailwind (arbitrary) */
class="text-[#8dfbf3] bg-[#8dfbf3]"
/* SCSS */
$brand: #8dfbf3;
/* SwiftUI */
Color(red: 0.553, green: 0.984, blue: 0.953)
/* Android */
Color.parseColor("#8dfbf3")Accessibility — WCAG contrast
Aa
#8dfbf3 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfbf3 on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green98.4%
Blue95.3%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow3.2%
Key (black)1.6%
Color previews
#8dfbf3 text on a black background
contrast 17.23:1
Card sample
#8dfbf3 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfbf3;
Background color
Panel with #8dfbf3 background
background-color: #8dfbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 251, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 251, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfbf3; background: linear-gradient(135deg, #8dfbf3, #8DBAFB);