#8ccfac
a light, soft green · cool · closest name: turquoise
RGB
140, 207, 172
HSL
149°, 41%, 68%
CMYK
32, 0, 17, 19
Luminance
0.5318
Every format
| HEX | #8ccfac |
| RGB | rgb(140, 207, 172) |
| HSL | hsl(149, 41%, 68%) |
| CMYK | cmyk(32%, 0%, 17%, 19%) |
| LAB | lab(78.0 -28.6 10.7) |
| LCH | lch(78.0 30.6 159.5) |
| OKLCH | oklch(0.800 0.085 160.9) |
Copy-ready code
/* CSS */
color: #8ccfac;
background-color: #8ccfac;
/* Tailwind (arbitrary) */
class="text-[#8ccfac] bg-[#8ccfac]"
/* SCSS */
$brand: #8ccfac;
/* SwiftUI */
Color(red: 0.549, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#8ccfac")Accessibility — WCAG contrast
Aa
#8ccfac on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccfac on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green81.2%
Blue67.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#8ccfac text on a black background
contrast 11.64:1
Card sample
#8ccfac text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccfac;
Background color
Panel with #8ccfac background
background-color: #8ccfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccfac; background: linear-gradient(135deg, #8ccfac, #8CC5CF);