#8dcfba
a light, soft cyan · cool · closest name: turquoise
RGB
141, 207, 186
HSL
161°, 41%, 68%
CMYK
32, 0, 10, 19
Luminance
0.5383
Every format
| HEX | #8dcfba |
| RGB | rgb(141, 207, 186) |
| HSL | hsl(161, 41%, 68%) |
| CMYK | cmyk(32%, 0%, 10%, 19%) |
| LAB | lab(78.4 -25.4 3.8) |
| LCH | lch(78.4 25.7 171.5) |
| OKLCH | oklch(0.804 0.074 172.5) |
Copy-ready code
/* CSS */
color: #8dcfba;
background-color: #8dcfba;
/* Tailwind (arbitrary) */
class="text-[#8dcfba] bg-[#8dcfba]"
/* SCSS */
$brand: #8dcfba;
/* SwiftUI */
Color(red: 0.553, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#8dcfba")Accessibility — WCAG contrast
Aa
#8dcfba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dcfba on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#8dcfba text on a black background
contrast 11.77:1
Card sample
#8dcfba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dcfba;
Background color
Panel with #8dcfba background
background-color: #8dcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dcfba; background: linear-gradient(135deg, #8dcfba, #8DB8CF);