#8dccaf
a light, soft green · cool · closest name: turquoise
RGB
141, 204, 175
HSL
152°, 38%, 68%
CMYK
31, 0, 14, 20
Luminance
0.5194
Every format
| HEX | #8dccaf |
| RGB | rgb(141, 204, 175) |
| HSL | hsl(152, 38%, 68%) |
| CMYK | cmyk(31%, 0%, 14%, 20%) |
| LAB | lab(77.3 -26.3 8.1) |
| LCH | lch(77.3 27.5 162.9) |
| OKLCH | oklch(0.794 0.077 164.2) |
Copy-ready code
/* CSS */
color: #8dccaf;
background-color: #8dccaf;
/* Tailwind (arbitrary) */
class="text-[#8dccaf] bg-[#8dccaf]"
/* SCSS */
$brand: #8dccaf;
/* SwiftUI */
Color(red: 0.553, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#8dccaf")Accessibility — WCAG contrast
Aa
#8dccaf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dccaf on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.0%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#8dccaf text on a black background
contrast 11.39:1
Card sample
#8dccaf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dccaf;
Background color
Panel with #8dccaf background
background-color: #8dccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dccaf; background: linear-gradient(135deg, #8dccaf, #8DBFCC);