#8dceaf
a light, soft green · cool · closest name: turquoise
RGB
141, 206, 175
HSL
151°, 40%, 68%
CMYK
32, 0, 15, 19
Luminance
0.5290
Every format
| HEX | #8dceaf |
| RGB | rgb(141, 206, 175) |
| HSL | hsl(151, 40%, 68%) |
| CMYK | cmyk(32%, 0%, 15%, 19%) |
| LAB | lab(77.8 -27.2 8.9) |
| LCH | lch(77.8 28.6 161.9) |
| OKLCH | oklch(0.799 0.080 163.3) |
Copy-ready code
/* CSS */
color: #8dceaf;
background-color: #8dceaf;
/* Tailwind (arbitrary) */
class="text-[#8dceaf] bg-[#8dceaf]"
/* SCSS */
$brand: #8dceaf;
/* SwiftUI */
Color(red: 0.553, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#8dceaf")Accessibility — WCAG contrast
Aa
#8dceaf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dceaf on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.8%
Blue68.6%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#8dceaf text on a black background
contrast 11.58:1
Card sample
#8dceaf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dceaf;
Background color
Panel with #8dceaf background
background-color: #8dceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dceaf; background: linear-gradient(135deg, #8dceaf, #8DC2CE);