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